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/08 06:41:41 UTC

svn commit: r429570 - /maven/pom/maven/pom.xml

Author: brett
Date: Mon Aug  7 21:41:41 2006
New Revision: 429570

URL: http://svn.apache.org/viewvc?rev=429570&view=rev
Log:
disable CPD, it's pointless if the subprojects aren't yet compliant. Things need to have a working baseline to check for failures against.

Modified:
    maven/pom/maven/pom.xml

Modified: maven/pom/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/maven/pom.xml?rev=429570&r1=429569&r2=429570&view=diff
==============================================================================
--- maven/pom/maven/pom.xml (original)
+++ maven/pom/maven/pom.xml Mon Aug  7 21:41:41 2006
@@ -215,6 +215,7 @@
     </site>
   </distributionManagement>
 
+<!-- Disabled until projects have been made to comply
   <build>
     <plugins>
       <plugin>
@@ -230,6 +231,7 @@
       </plugin>
     </plugins>
   </build>
+-->
 
   <reporting>
     <plugins>