You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2006/08/23 04:28:34 UTC

svn commit: r433846 - /maven/pom/trunk/maven/pom.xml

Author: brett
Date: Tue Aug 22 19:28:32 2006
New Revision: 433846

URL: http://svn.apache.org/viewvc?rev=433846&view=rev
Log:
put back the stricter rules. Your project should be made to comply before upgrading to this parent

Modified:
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=433846&r1=433845&r2=433846&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Tue Aug 22 19:28:32 2006
@@ -224,7 +224,6 @@
     </site>
   </distributionManagement>
 
-<!-- Disabled until projects have been made to comply
   <build>
     <plugins>
       <plugin>
@@ -240,7 +239,6 @@
       </plugin>
     </plugins>
   </build>
--->
 
   <reporting>
     <plugins>