mirror of https://github.com/apache/activemq.git
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:
parent
e353513bcd
commit
cc1a9be9c8
3
pom.xml
3
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue