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

svn commit: r393041 - /maven/components/branches/maven-2.0.x/pom.xml

Author: jdcasey
Date: Mon Apr 10 13:11:32 2006
New Revision: 393041

URL: http://svn.apache.org/viewcvs?rev=393041&view=rev
Log:
Commenting out the changelog plugin until it settles down. It won't work for today's release.

Modified:
    maven/components/branches/maven-2.0.x/pom.xml

Modified: maven/components/branches/maven-2.0.x/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/branches/maven-2.0.x/pom.xml?rev=393041&r1=393040&r2=393041&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.x/pom.xml (original)
+++ maven/components/branches/maven-2.0.x/pom.xml Mon Apr 10 13:11:32 2006
@@ -283,10 +283,12 @@
           </links>
         </configuration>
       </plugin>
+      <!-- Commenting these out for the release...they're in the sandbox, and 
+           shouldn't be on the critical path for a release of the core project.
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
         <artifactId>changelog-maven-plugin</artifactId>
       </plugin>
+      -->
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>jxr-maven-plugin</artifactId>