Switch to using a variable when specify the url to the m1 deployment repo and also deploy to the snapshot repo by default.

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@453467 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2006-10-06 02:16:18 +00:00
parent e353513bcd
commit cc1a9be9c8
1 changed files with 2 additions and 1 deletions

View File

@ -831,7 +831,7 @@
</goals>
<configuration>
<remoteRepositoryId>apache.m1.releases</remoteRepositoryId>
<remoteRepositoryUrl>scpexe://minotaur.apache.org/www/people.apache.org/repository</remoteRepositoryUrl>
<remoteRepositoryUrl>${m1-dist-repo-url}</remoteRepositoryUrl>
</configuration>
</execution>
</executions>
@ -959,6 +959,7 @@
<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>
<m1-dist-repo-url>scpexe://minotaur.apache.org/www/people.apache.org/repo/m1-snapshot-repository</m1-dist-repo-url>
<site-repo-url>scpexe://people.apache.org/www/incubator.apache.org/activemq/maven/</site-repo-url>
</properties>
</project>