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 2009/09/15 01:33:45 UTC

svn commit: r814932 - /maven/shared/trunk/maven-artifact-resolver/pom.xml

Author: jdcasey
Date: Mon Sep 14 23:33:45 2009
New Revision: 814932

URL: http://svn.apache.org/viewvc?rev=814932&view=rev
Log:
setting remoteTagging == false in the POM...didn't appear to work from CLI.

Modified:
    maven/shared/trunk/maven-artifact-resolver/pom.xml

Modified: maven/shared/trunk/maven-artifact-resolver/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-artifact-resolver/pom.xml?rev=814932&r1=814931&r2=814932&view=diff
==============================================================================
--- maven/shared/trunk/maven-artifact-resolver/pom.xml (original)
+++ maven/shared/trunk/maven-artifact-resolver/pom.xml Mon Sep 14 23:33:45 2009
@@ -94,6 +94,12 @@
             </excludes>
           </configuration>
         </plugin>
+        <plugin>
+          <artifactId>maven-release-plugin</artifactId>
+          <configuration>
+            <remoteTagging>false</remoteTagging>
+          </configuration>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>