mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 14:05:50 +00:00
Added Atlassian Clover plugin for coverage
This commit is contained in:
parent
b318f2dfd4
commit
f3ce22ab3c
1 changed files with 11 additions and 0 deletions
11
pom.xml
11
pom.xml
|
@ -203,6 +203,17 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
|
<!-- Atlassian Clover plugin for coverage -->
|
||||||
|
<plugin>
|
||||||
|
<groupId>com.atlassian.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-clover2-plugin</artifactId>
|
||||||
|
<version>3.0.4</version>
|
||||||
|
<configuration>
|
||||||
|
<includesTestSourceRoots>false</includesTestSourceRoots>
|
||||||
|
<generateXml>true</generateXml>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue