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 2009/11/21 11:00:30 UTC

svn commit: r882868 - /maven/components/branches/maven-2.0.11-RC/pom.xml

Author: brett
Date: Sat Nov 21 10:00:29 2009
New Revision: 882868

URL: http://svn.apache.org/viewvc?rev=882868&view=rev
Log:
don't generate the site - causes problems with the version not being installed and we don't need it on the RCs anyway.

Modified:
    maven/components/branches/maven-2.0.11-RC/pom.xml

Modified: maven/components/branches/maven-2.0.11-RC/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.0.11-RC/pom.xml?rev=882868&r1=882867&r2=882868&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.11-RC/pom.xml (original)
+++ maven/components/branches/maven-2.0.11-RC/pom.xml Sat Nov 21 10:00:29 2009
@@ -137,8 +137,6 @@
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
           <configuration>
-            <goals>clean deploy site-deploy</goals>
-            <arguments>-Preporting-aggregate,apache-release</arguments>
             <autoVersionSubmodules>true</autoVersionSubmodules>
           </configuration>
         </plugin>