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>