diff --git a/.travis.yml b/.travis.yml index d0d3286..10c8112 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ addons: packages: - oracle-java8-installer -script: mvn clean test -DisTest=true +script: mvn clean test -DisTest=true -Dcompile-to-commit=true after_success: - ./tools/update_version.sh diff --git a/pom.xml b/pom.xml index ca4f785..dc534c3 100644 --- a/pom.xml +++ b/pom.xml @@ -86,6 +86,7 @@ javax.validation validation-api ${javax.validation.api.version} + provided @@ -205,38 +206,51 @@ ${java.version} - - org.eluder.coveralls - coveralls-maven-plugin - ${mvn.plugin.coveralls.version} - - jGs4NG4X5ACkcCFw0LMw8sQNUWRRvsuJv - - - - org.codehaus.mojo - cobertura-maven-plugin - ${mvn.plugin.cobertura.version} - - xml - 256m - - true - - - - maven-surefire-plugin - - - ch.qos.logback:logback-classic - - - - + + compile-to-commit + + + compile-to-commit + true + + + + + + org.eluder.coveralls + coveralls-maven-plugin + ${mvn.plugin.coveralls.version} + + jGs4NG4X5ACkcCFw0LMw8sQNUWRRvsuJv + + + + org.codehaus.mojo + cobertura-maven-plugin + ${mvn.plugin.cobertura.version} + + xml + 256m + + true + + + + maven-surefire-plugin + + + ch.qos.logback:logback-classic + + + + + + + release