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

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Sun Feb 22 15:46:23 EST 2009


Author: pete.muir at jboss.org
Date: 2009-02-22 15:46:23 -0500 (Sun, 22 Feb 2009)
New Revision: 1644

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:32 UTC (rev 1643)
+++ tck/trunk/pom.xml	2009-02-22 20:46:23 UTC (rev 1644)
@@ -275,9 +275,9 @@
                               <version>2.0.9</version>
                            </requireMavenVersion>
                            <requirePluginVersions>
-                              <additionalPlugins>
-                                 <additionalPlugin>org.apache.maven.plugins:maven-eclipse-plugin</additionalPlugin>
-                              </additionalPlugins>
+                              <unCheckedPlugins>
+                                 <unCheckedPlugin>org.apache.maven.plugins:maven-eclipse-plugin</unCheckedPlugin>
+                              </unCheckedPlugins>
                            </requirePluginVersions>
                         </rules>
                      </configuration>




More information about the weld-commits mailing list