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:
Bosanac Dejan 2010-02-19 12:36:32 +00:00
parent fe93fd1174
commit 51f9dc6a9b
1 changed files with 6 additions and 0 deletions

View File

@ -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>