diff --git a/.travis.yml b/.travis.yml index 74536ca..30922b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,7 @@ jobs: - name: Unit and Integration Tests if: branch =~ ^master|(release/.+)$ script: - - mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package + - mvn -P coverage clean package - stage: Analysis if: branch = master script: diff --git a/pom.xml b/pom.xml index fee8ef0..16bdb67 100644 --- a/pom.xml +++ b/pom.xml @@ -147,13 +147,13 @@ net.bytebuddy byte-buddy - 1.10.8 + 1.10.9 test net.bytebuddy byte-buddy-agent - 1.10.8 + 1.10.9 test @@ -164,6 +164,16 @@ + + + + org.sonarsource.scanner.maven + sonar-maven-plugin + 3.7.0.1746 + + + + @@ -176,7 +186,7 @@ org.apache.maven.plugins maven-source-plugin - 3.1.0 + 3.2.1 attach-sources @@ -200,7 +210,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.1.1 + 3.2.0 1.8 @@ -242,6 +252,34 @@ + + coverage + + + + org.jacoco + jacoco-maven-plugin + 0.8.5 + + + prepare-agent + + prepare-agent + + + + report + prepare-package + + report + + + + + + + + offline-tests