forked from phoedos/pmd
Defining jacoco version, so that sonar might work again
This commit is contained in:
parent
d192c5668b
commit
a1a4b0b9eb
@ -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
|
||||
|
||||
|
6
pom.xml
6
pom.xml
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user