You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by oc...@apache.org on 2008/07/07 11:36:35 UTC

svn commit: r674432 - /archiva/trunk/pom.xml

Author: oching
Date: Mon Jul  7 02:36:35 2008
New Revision: 674432

URL: http://svn.apache.org/viewvc?rev=674432&view=rev
Log:
temporarily commented out enforcer-plugin to check if that causes the problems with the release

Modified:
    archiva/trunk/pom.xml

Modified: archiva/trunk/pom.xml
URL: http://svn.apache.org/viewvc/archiva/trunk/pom.xml?rev=674432&r1=674431&r2=674432&view=diff
==============================================================================
--- archiva/trunk/pom.xml (original)
+++ archiva/trunk/pom.xml Mon Jul  7 02:36:35 2008
@@ -61,7 +61,7 @@
           </execution>
         </executions>
       </plugin>
-      <plugin>
+      <!--plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-enforcer-plugin</artifactId>
         <version>1.0-alpha-3</version>
@@ -90,7 +90,7 @@
             </configuration>
           </execution>
         </executions>
-      </plugin>
+      </plugin-->
       <plugin>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-maven-plugin</artifactId>