diff --git a/.travis.yml b/.travis.yml index 49af9f15..c49346e5 100755 --- a/.travis.yml +++ b/.travis.yml @@ -2,3 +2,5 @@ language: java notifications: email: - slf4j-dev@qos.ch +after_success: + - mvn clean cobertura:cobertura coveralls:report \ No newline at end of file diff --git a/jcl-over-slf4j/pom.xml b/jcl-over-slf4j/pom.xml index 93dd37a9..6bbf4964 100755 --- a/jcl-over-slf4j/pom.xml +++ b/jcl-over-slf4j/pom.xml @@ -41,6 +41,7 @@ + org.apache.maven.plugins maven-jar-plugin @@ -55,7 +56,23 @@ + + + org.codehaus.mojo + cobertura-maven-plugin + ${cobertura.maven.plugin.version} + + + + org/**/*.class + + + + + + + \ No newline at end of file diff --git a/log4j-over-slf4j/pom.xml b/log4j-over-slf4j/pom.xml index 314ef20f..ef54bd69 100755 --- a/log4j-over-slf4j/pom.xml +++ b/log4j-over-slf4j/pom.xml @@ -41,6 +41,7 @@ + org.apache.maven.plugins maven-jar-plugin @@ -55,6 +56,20 @@ + + + org.codehaus.mojo + cobertura-maven-plugin + ${cobertura.maven.plugin.version} + + + + org/**/*.class + + + + + diff --git a/pom.xml b/pom.xml index 13f0849d..70a21a3c 100755 --- a/pom.xml +++ b/pom.xml @@ -43,6 +43,7 @@ 4.10 3.3 2.10.2 + 2.6 @@ -204,6 +205,26 @@ + + org.codehaus.mojo + cobertura-maven-plugin + ${cobertura.maven.plugin.version} + + + xml + + true + + + + + org.eluder.coveralls + coveralls-maven-plugin + 3.1.0 + + + + org.apache.maven.plugins @@ -211,6 +232,7 @@ ${maven-site-plugin.version} + org.apache.maven.plugins maven-jxr-plugin @@ -222,6 +244,18 @@ + + org.codehaus.mojo + cobertura-maven-plugin + ${cobertura.maven.plugin.version} + + + html + + true + + + org.apache.maven.plugins maven-javadoc-plugin