mirror of https://github.com/apache/activemq.git
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:
parent
dfddf69103
commit
cc11683bf6
6
pom.xml
6
pom.xml
|
@ -112,7 +112,7 @@
|
||||||
<repository>
|
<repository>
|
||||||
<id>apache.incubating.releases</id>
|
<id>apache.incubating.releases</id>
|
||||||
<name>Apache Incubating Release Distribution Repository</name>
|
<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>
|
</repository>
|
||||||
<snapshotRepository>
|
<snapshotRepository>
|
||||||
<id>apache.snapshots</id>
|
<id>apache.snapshots</id>
|
||||||
|
@ -121,7 +121,7 @@
|
||||||
</snapshotRepository>
|
</snapshotRepository>
|
||||||
<site>
|
<site>
|
||||||
<id>apache.website</id>
|
<id>apache.website</id>
|
||||||
<url>scpexe://people.apache.org/www/incubator.apache.org/activemq/maven/</url>
|
<url>${site-repo-url}</url>
|
||||||
</site>
|
</site>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
|
@ -951,5 +951,7 @@
|
||||||
<xmlpull-version>1.1.3.4d_b4_min</xmlpull-version>
|
<xmlpull-version>1.1.3.4d_b4_min</xmlpull-version>
|
||||||
<xstream-version>1.1.2</xstream-version>
|
<xstream-version>1.1.2</xstream-version>
|
||||||
<xbean-version>2.6</xbean-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>
|
</properties>
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue