[jboss-cvs] JBossAS SVN: r95693 - trunk/build.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Oct 28 12:46:10 EDT 2009
Author: pgier
Date: 2009-10-28 12:46:09 -0400 (Wed, 28 Oct 2009)
New Revision: 95693
Modified:
trunk/build/pom.xml
Log:
[JBBUILD-568] Set unique version to false to prevent large files accumulating on snapshot repo.
Modified: trunk/build/pom.xml
===================================================================
--- trunk/build/pom.xml 2009-10-28 16:45:56 UTC (rev 95692)
+++ trunk/build/pom.xml 2009-10-28 16:46:09 UTC (rev 95693)
@@ -655,4 +655,14 @@
</profile>
</profiles>
+ <distributionManagement>
+ <snapshotRepository>
+ <id>jboss-snapshots</id>
+ <name>JBoss Snapshot Repository</name>
+ <url>dav:https://snapshots.jboss.org/maven2</url>
+ <!-- Need to set unique version to false to prevent large amounts of data building up in the snapshot repo -->
+ <uniqueVersion>false</uniqueVersion>
+ </snapshotRepository>
+ </distributionManagement>
+
</project>
More information about the jboss-cvs-commits
mailing list