Update cobertura plugin to 2.4 and increase heap memory size of cobertura
FEA: ItEr61S05BugFixing
This commit is contained in:
parent
85a86c1cc6
commit
ed02e52b8d
1 changed files with 3 additions and 1 deletions
4
pom.xml
4
pom.xml
|
|
@ -777,14 +777,16 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
<artifactId>cobertura-maven-plugin</artifactId>
|
<artifactId>cobertura-maven-plugin</artifactId>
|
||||||
<version>2.2</version>
|
<version>2.4</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<formats>
|
<formats>
|
||||||
<format>xml</format>
|
<format>xml</format>
|
||||||
<format>html</format>
|
<format>html</format>
|
||||||
</formats>
|
</formats>
|
||||||
|
<maxmem>512M</maxmem>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue