Defining jacoco version, so that sonar might work again

This commit is contained in:
Andreas Dangel 2017-10-01 13:18:35 +02:00
parent d192c5668b
commit a1a4b0b9eb
2 changed files with 6 additions and 2 deletions

View File

@ -12,5 +12,5 @@ if ! travis_isPush; then
fi
travis_wait ./mvnw -q clean test jacoco:report coveralls:report -Pcoveralls
travis_wait ./mvnw clean test jacoco:report coveralls:report -Pcoveralls -B -V -q

View File

@ -429,6 +429,11 @@ Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.7.9</version>
</plugin>
<!--This plugin's configuration is used to store Eclipse
m2e settings only. It has no influence on the Maven build itself. -->
<plugin>
@ -965,7 +970,6 @@ Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.7.9</version>
<executions>
<execution>
<id>default-prepare-agent</id>