Author: jochen
Date: Fri Nov 10 18:56:43 2006
New Revision: 473632

URL: http://svn.apache.org/viewvc?view=rev&rev=473632
Log:
Overwriting the distributionManagement section from the parent POM, as a 
workaround for WAGONSSH-49

Modified:
    webservices/xmlrpc/trunk/pom.xml

Modified: webservices/xmlrpc/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/xmlrpc/trunk/pom.xml?view=diff&rev=473632&r1=473631&r2=473632
==============================================================================
--- webservices/xmlrpc/trunk/pom.xml (original)
+++ webservices/xmlrpc/trunk/pom.xml Fri Nov 10 18:56:43 2006
@@ -302,6 +302,22 @@
         </plugins>
     </reporting>
     <distributionManagement>
+               <!-- Overwriting the apache.releases and apache.snapshots
+                    repositories seems redundant, because they are already
+                    specified in the Apache POM. Unfortunately, we cannot
+                    use scp:// URL's, because of WAGONSSH-49.
+               -->
+               <repository>
+                       <id>apache.releases</id>
+                       <name>Apache Release Distribution Repository</name>
+                       
<url>scpexe://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url>
+               </repository>
+               <snapshotRepository>
+                       <id>apache.snapshots</id>
+                       <name>Apache Development Snapshot Repository</name>
+                       
<url>scpexe://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+               </snapshotRepository>
+
         <site>
             <id>people.apache.org</id>
             <name>XML-RPC directory on ws.apache.org</name>


Reply via email to