Author: wsmoak
Date: Mon Feb 18 11:15:26 2008
New Revision: 628845
URL: http://svn.apache.org/viewvc?rev=628845&view=rev
Log:
Override the distribution url to avoid inaadvertently publishing directly to
the rsynced repo.
Modified:
maven/pom/trunk/maven/pom.xml
Modified: maven/pom/trunk/maven/pom.xml
URL:
http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=628845&r1=628844&r2=628845&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Mon Feb 18 11:15:26 2008
@@ -82,6 +82,10 @@
</mailingLists>
<distributionManagement>
+ <repository>
+ <id>maven.staging</id>
+
<url>scp://people.apache.org/www/people.apache.org/builds/maven/${project.version}/staging-repo</url>
+ </repository>
<site>
<id>apache.website</id>
<url>scp://people.apache.org/www/maven.apache.org</url>