|
@@ -603,12 +603,6 @@
|
|
|
<version>1.1</version>
|
|
|
</dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>com.cenqua.clover</groupId>
|
|
|
- <artifactId>clover</artifactId>
|
|
|
- <version>3.0.2</version>
|
|
|
- </dependency>
|
|
|
-
|
|
|
<dependency>
|
|
|
<groupId>org.apache.zookeeper</groupId>
|
|
|
<artifactId>zookeeper</artifactId>
|
|
@@ -902,6 +896,7 @@
|
|
|
<groupId>com.atlassian.maven.plugins</groupId>
|
|
|
<artifactId>maven-clover2-plugin</artifactId>
|
|
|
<configuration>
|
|
|
+ <includesAllSourceRoots>true</includesAllSourceRoots>
|
|
|
<includesTestSourceRoots>true</includesTestSourceRoots>
|
|
|
<licenseLocation>${cloverLicenseLocation}</licenseLocation>
|
|
|
<cloverDatabase>${cloverDatabase}</cloverDatabase>
|
|
@@ -912,8 +907,8 @@
|
|
|
</configuration>
|
|
|
<executions>
|
|
|
<execution>
|
|
|
- <id>setup</id>
|
|
|
- <phase>generate-sources</phase>
|
|
|
+ <id>clover-setup</id>
|
|
|
+ <phase>process-sources</phase>
|
|
|
<goals>
|
|
|
<goal>setup</goal>
|
|
|
</goals>
|