no message

This commit is contained in:
wusheng 2016-03-22 20:36:12 +08:00
parent 379f4bfc12
commit b970d29aa0
2 changed files with 8 additions and 14 deletions

11
pom.xml
View File

@ -54,14 +54,11 @@
</plugin>
<!-- plugin for coveralls.io -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.7</version>
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>4.1.0</version>
<configuration>
<format>xml</format>
<maxmem>256m</maxmem>
<!-- aggregated reports for multi-module projects -->
<aggregate>true</aggregate>
<repoToken>yourcoverallsprojectrepositorytoken</repoToken>
</configuration>
</plugin>
</plugins>

View File

@ -125,14 +125,11 @@
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.7</version>
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>4.1.0</version>
<configuration>
<format>xml</format>
<maxmem>256m</maxmem>
<!-- aggregated reports for multi-module projects -->
<aggregate>true</aggregate>
<repoToken>yourcoverallsprojectrepositorytoken</repoToken>
</configuration>
</plugin>
</plugins>