Update pom.xml
This commit is contained in:
parent
0ec95f03f9
commit
c588f2c66b
24
pom.xml
24
pom.xml
@ -173,30 +173,6 @@
|
|||||||
<tagNameFormat>v@{project.version}</tagNameFormat>
|
<tagNameFormat>v@{project.version}</tagNameFormat>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
|
|
||||||
<!-- ======================================================= -->
|
|
||||||
<!-- Code Coverage -->
|
|
||||||
<!-- ======================================================= -->
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
|
||||||
<artifactId>cobertura-maven-plugin</artifactId>
|
|
||||||
<version>2.7</version>
|
|
||||||
<configuration>
|
|
||||||
<format>xml</format>
|
|
||||||
<maxmem>256m</maxmem>
|
|
||||||
<!-- aggregated reports for multi-module projects -->
|
|
||||||
<aggregate>true</aggregate>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.eluder.coveralls</groupId>
|
|
||||||
<artifactId>coveralls-maven-plugin</artifactId>
|
|
||||||
<version>4.0.0</version>
|
|
||||||
<configuration>
|
|
||||||
<repoToken>cAB6SeUg1eq6toMXVoNTNL8wyYTslPw11</repoToken>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
</plugins>
|
||||||
|
|
||||||
<!-- ======================================================== -->
|
<!-- ======================================================== -->
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user