Author: bayard
Date: Thu Aug 10 21:36:50 2006
New Revision: 430661
URL: http://svn.apache.org/viewvc?rev=430661&view=rev
Log:
hooking to the m1 snapshot repo until we move the nightly builds to the m2
snapshot repo
Modified:
jakarta/commons/trunks-sandbox/pom.xml
Modified: jakarta/commons/trunks-sandbox/pom.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/trunks-sandbox/pom.xml?rev=430661&r1=430660&r2=430661&view=diff
==============================================================================
--- jakarta/commons/trunks-sandbox/pom.xml (original)
+++ jakarta/commons/trunks-sandbox/pom.xml Thu Aug 10 21:36:50 2006
@@ -70,6 +70,28 @@
</plugins>
</build>
+ <!-- Keep this until we are deploying nightly builds to the m2 snapshot repo
-->
+ <repositories>
+ <repository>
+ <id>apache-snapshots-m1</id>
+ <name>Apache Maven 1 Snapshots Repository</name>
+ <url>http://people.apache.org/repo/m1-snapshot-repository</url>
+ <layout>legacy</layout>
+
+ <snapshots>
+ <enabled>true</enabled>
+ <updatePolicy>daily</updatePolicy>
+ <checksumPolicy>ignore</checksumPolicy>
+ </snapshots>
+
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ </repository>
+
+ </repositories>
+
+
<!-- Example configuration for compiler source and target JVM -->
<!--
<properties>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]