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>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>cobertura-maven-plugin</artifactId>
|
||||
<version>2.2</version>
|
||||
<version>2.4</version>
|
||||
<configuration>
|
||||
<formats>
|
||||
<format>xml</format>
|
||||
<format>html</format>
|
||||
</formats>
|
||||
<maxmem>512M</maxmem>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue