[webbeans-commits] Webbeans SVN: r1516 - tck/trunk/impl.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Sat Feb 14 18:26:41 EST 2009


Author: pete.muir at 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>




More information about the weld-commits mailing list