mirror of https://github.com/apache/activemq.git
dealing with timestamp in artifact names during snapshot deploy
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@911799 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fe93fd1174
commit
51f9dc6a9b
6
pom.xml
6
pom.xml
|
@ -120,6 +120,12 @@
|
|||
<url>${staging.siteURL}/${siteId}/maven/${activemq-version}</url>
|
||||
<!--<url>${site-repo-url}</url>-->
|
||||
</site>
|
||||
<snapshotRepository>
|
||||
<id>apache.snapshots.https</id>
|
||||
<name>Apache Development Snapshot Repository</name>
|
||||
<url>https://repository.apache.org/content/repositories/snapshots</url>
|
||||
<uniqueVersion>false</uniqueVersion>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
|
||||
<modules>
|
||||
|
|
Loading…
Reference in New Issue