[jboss-cvs] JBossAS SVN: r80596 - trunk.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Nov 6 11:10:26 EST 2008


Author: pgier
Date: 2008-11-06 11:10:25 -0500 (Thu, 06 Nov 2008)
New Revision: 80596

Modified:
   trunk/pom.xml
Log:
Change the enforcer to warn only, when plugin versions are missing.

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2008-11-06 15:49:30 UTC (rev 80595)
+++ trunk/pom.xml	2008-11-06 16:10:25 UTC (rev 80596)
@@ -58,7 +58,8 @@
                    <banSnapshots>true</banSnapshots>
                    <phases>clean,deploy,site</phases>
                 </requirePluginVersions>
-              </rules>    
+              </rules>
+              <fail>false</fail>  
             </configuration>
           </execution>
         </executions>




More information about the jboss-cvs-commits mailing list