You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ch...@apache.org on 2007/06/12 17:53:19 UTC

svn commit: r546541 - /activemq/camel/trunk/pom.xml

Author: chirino
Date: Tue Jun 12 08:53:18 2007
New Revision: 546541

URL: http://svn.apache.org/viewvc?view=rev&rev=546541
Log:
made the repo urls overridable

Modified:
    activemq/camel/trunk/pom.xml

Modified: activemq/camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/pom.xml?view=diff&rev=546541&r1=546540&r2=546541
==============================================================================
--- activemq/camel/trunk/pom.xml (original)
+++ activemq/camel/trunk/pom.xml Tue Jun 12 08:53:18 2007
@@ -36,7 +36,10 @@
   <properties>
     <camel-version>1.0-SNAPSHOT</camel-version>
     <compiler.fork>false</compiler.fork>
-    <m1-dist-repo-url>scpexe://minotaur.apache.org/www/people.apache.org/repo/m1-snapshot-repository</m1-dist-repo-url>
+    <release-repo-url>scpexe://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</release-repo-url>
+    <snapshot-repo-url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</snapshot-repo-url>
+    <m1-repo-url>scpexe://minotaur.apache.org/www/people.apache.org/repo/m1-snapshot-repository</m1-repo-url>
+    <site-repo-url>scpexe://people.apache.org/www/activemq.apache.org/camel/maven/</site-repo-url>
     <slf4j-version>1.3.0</slf4j-version>
   </properties>
 
@@ -117,16 +120,16 @@
     <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>
+      <url>${release-repo-url}</url>
     </repository>
     <snapshotRepository>
       <id>apache.snapshots</id>
       <name>Apache Development Snapshot Repository</name>
-      <url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+      <url>${snapshot-repo-url}</url>
     </snapshotRepository>
     <site>
       <id>apache.website</id>
-      <url>scpexe://people.apache.org/www/activemq.apache.org/camel/maven/</url>
+      <url>${site-repo-url}</url>
     </site>
   </distributionManagement>
 
@@ -565,7 +568,7 @@
             </goals>
             <configuration>
               <remoteRepositoryId>apache.m1.releases</remoteRepositoryId>
-              <remoteRepositoryUrl>${m1-dist-repo-url}</remoteRepositoryUrl>
+              <remoteRepositoryUrl>${m1-repo-url}</remoteRepositoryUrl>
             </configuration>
           </execution>
         </executions>