From cc11683bf6f2bba6a7cba93d91e841ff00c74b89 Mon Sep 17 00:00:00 2001 From: "Hiram R. Chirino" Date: Tue, 3 Oct 2006 22:35:22 +0000 Subject: [PATCH] Use property variables to specify the URLs of the distribution repositories so that they can be overriden on the command line git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@452659 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 8859739adc..68c2b3739f 100755 --- a/pom.xml +++ b/pom.xml @@ -112,7 +112,7 @@ apache.incubating.releases Apache Incubating Release Distribution Repository - scpexe://minotaur.apache.org/www/people.apache.org/repo/m2-incubating-repository + ${dist-repo-url} apache.snapshots @@ -121,7 +121,7 @@ apache.website - scpexe://people.apache.org/www/incubator.apache.org/activemq/maven/ + ${site-repo-url} @@ -951,5 +951,7 @@ 1.1.3.4d_b4_min 1.1.2 2.6 + scpexe://minotaur.apache.org/www/people.apache.org/repo/m2-incubating-repository + scpexe://people.apache.org/www/incubator.apache.org/activemq/maven/