Author: andrei_exadel
Date: 2008-02-22 12:07:13 -0500 (Fri, 22 Feb 2008)
New Revision: 6310
Modified:
trunk/ui/progressBAR/pom.xml
Log:
add test generation
Modified: trunk/ui/progressBAR/pom.xml
===================================================================
--- trunk/ui/progressBAR/pom.xml 2008-02-22 16:58:16 UTC (rev 6309)
+++ trunk/ui/progressBAR/pom.xml 2008-02-22 17:07:13 UTC (rev 6310)
@@ -22,6 +22,13 @@
<goal>generate</goal>
</goals>
</execution>
+ <execution>
+ <id>generate-test-sources</id>
+ <phase>generate-test-sources</phase>
+ <goals>
+ <goal>generate-tests</goal>
+ </goals>
+ </execution>
</executions>
<configuration>
<library>
Show replies by date