Author: nbelaevski
Date: 2008-05-23 20:37:12 -0400 (Fri, 23 May 2008)
New Revision: 8742
Modified:
trunk/pom.xml
Log:
Clover execution updated to include auto-generated tests
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2008-05-24 00:35:04 UTC (rev 8741)
+++ trunk/pom.xml 2008-05-24 00:37:12 UTC (rev 8742)
@@ -247,12 +247,18 @@
<executions>
<execution>
<id>site</id>
- <phase>pre-site</phase>
+ <phase>verify</phase>
<goals>
<goal>instrument</goal>
- <goal>aggregate</goal>
</goals>
</execution>
+ <execution>
+ <id>site-aggregate</id>
+ <phase>pre-site</phase>
+ <goals>
+ <goal>aggregate</goal>
+ </goals>
+ </execution>
</executions>
</plugin>
</plugins>
Show replies by date