Author: pete.muir(a)jboss.org
Date: 2009-02-14 18:26:41 -0500 (Sat, 14 Feb 2009)
New Revision: 1516
Modified:
tck/trunk/impl/pom.xml
Log:
minor
Modified: tck/trunk/impl/pom.xml
===================================================================
--- tck/trunk/impl/pom.xml 2009-02-14 23:22:34 UTC (rev 1515)
+++ tck/trunk/impl/pom.xml 2009-02-14 23:26:41 UTC (rev 1516)
@@ -196,6 +196,20 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-clean-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>auto-clean</id>
+ <phase>initialize</phase>
+ <goals>
+ <goal>clean</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+
</plugins>
</build>
</profile>
Show replies by date