You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2006/10/04 00:51:36 UTC

svn commit: r452664 - /incubator/activemq/activeio/trunk/pom.xml

Author: chirino
Date: Tue Oct  3 15:51:35 2006
New Revision: 452664

URL: http://svn.apache.org/viewvc?view=rev&rev=452664
Log:
Use property variables to specify the URLs of the distribution repositories so that they can be overriden on the command line

Modified:
    incubator/activemq/activeio/trunk/pom.xml

Modified: incubator/activemq/activeio/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/activeio/trunk/pom.xml?view=diff&rev=452664&r1=452663&r2=452664
==============================================================================
--- incubator/activemq/activeio/trunk/pom.xml (original)
+++ incubator/activemq/activeio/trunk/pom.xml Tue Oct  3 15:51:35 2006
@@ -119,6 +119,9 @@
     <mx4j-version>2.1.1</mx4j-version>
     <commons-logging-version>1.1</commons-logging-version>
     <backport-util-concurrent-version>2.1</backport-util-concurrent-version>
+
+    <dist-repo-url>scpexe://minotaur.apache.org/www/people.apache.org/repo/m2-incubating-repository</dist-repo-url>
+    <site-repo-url>scpexe://people.apache.org/www/incubator.apache.org/activemq/activeio-maven/</site-repo-url>
   </properties>
 
   <ciManagement>
@@ -181,7 +184,7 @@
     <repository>
       <id>apache.incubating.releases</id>
       <name>Apache Incubating Release Distribution Repository</name>
-      <url>scpexe://minotaur.apache.org/www/people.apache.org/repo/m2-incubating-repository</url>
+      <url>${dist-repo-url}</url>
     </repository>
     <snapshotRepository>
       <id>apache.snapshots</id>
@@ -190,7 +193,7 @@
     </snapshotRepository>
     <site>
       <id>apache.website</id>
-      <url>scpexe://people.apache.org/www/incubator.apache.org/activemq/activeio-maven/</url>
+      <url>${site-repo-url}</url>
     </site>
   </distributionManagement>