ItEr20S06XestionDaComunidadeItEr19S06: Added configuration for cobertura plugin to generate coverage XML files.
This commit is contained in:
parent
0c5fcfc031
commit
836ff36580
1 changed files with 12 additions and 5 deletions
17
pom.xml
17
pom.xml
|
|
@ -463,6 +463,9 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
|
<!-- =========================================================== -->
|
||||||
|
<!-- Tomcat configuration -->
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
<artifactId>tomcat-maven-plugin</artifactId>
|
<artifactId>tomcat-maven-plugin</artifactId>
|
||||||
|
|
@ -471,14 +474,18 @@
|
||||||
<server>${tomcatServer}</server>
|
<server>${tomcatServer}</server>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
|
||||||
</build>
|
<!-- =========================================================== -->
|
||||||
<reporting>
|
<!-- Cobertura configuration -->
|
||||||
<plugins>
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
<artifactId>cobertura-maven-plugin</artifactId>
|
<artifactId>cobertura-maven-plugin</artifactId>
|
||||||
|
<configuration>
|
||||||
|
<formats>
|
||||||
|
<format>xml</format>
|
||||||
|
</formats>
|
||||||
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</reporting>
|
</build>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue