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

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Sun Feb 22 15:41:32 EST 2009


Author: pete.muir at jboss.org
Date: 2009-02-22 15:41:32 -0500 (Sun, 22 Feb 2009)
New Revision: 1643

Modified:
   tck/trunk/pom.xml
Log:
allow any version of eclipse plugin

Modified: tck/trunk/pom.xml
===================================================================
--- tck/trunk/pom.xml	2009-02-22 20:41:21 UTC (rev 1642)
+++ tck/trunk/pom.xml	2009-02-22 20:41:32 UTC (rev 1643)
@@ -274,7 +274,11 @@
                            <requireMavenVersion>
                               <version>2.0.9</version>
                            </requireMavenVersion>
-                           <requirePluginVersions />
+                           <requirePluginVersions>
+                              <additionalPlugins>
+                                 <additionalPlugin>org.apache.maven.plugins:maven-eclipse-plugin</additionalPlugin>
+                              </additionalPlugins>
+                           </requirePluginVersions>
                         </rules>
                      </configuration>
                   </execution>




More information about the weld-commits mailing list