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
This commit is contained in:
Hiram R. Chirino 2006-10-03 22:35:22 +00:00
parent dfddf69103
commit cc11683bf6
1 changed files with 4 additions and 2 deletions

View File

@ -112,7 +112,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>
@ -121,7 +121,7 @@
</snapshotRepository>
<site>
<id>apache.website</id>
<url>scpexe://people.apache.org/www/incubator.apache.org/activemq/maven/</url>
<url>${site-repo-url}</url>
</site>
</distributionManagement>
@ -951,5 +951,7 @@
<xmlpull-version>1.1.3.4d_b4_min</xmlpull-version>
<xstream-version>1.1.2</xstream-version>
<xbean-version>2.6</xbean-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/maven/</site-repo-url>
</properties>
</project>