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>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
|
||||
<!-- =========================================================== -->
|
||||
<!-- Tomcat configuration -->
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>tomcat-maven-plugin</artifactId>
|
||||
|
|
@ -471,14 +474,18 @@
|
|||
<server>${tomcatServer}</server>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<reporting>
|
||||
<plugins>
|
||||
|
||||
<!-- =========================================================== -->
|
||||
<!-- Cobertura configuration -->
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>cobertura-maven-plugin</artifactId>
|
||||
<configuration>
|
||||
<formats>
|
||||
<format>xml</format>
|
||||
</formats>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</reporting>
|
||||
</build>
|
||||
</project>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue