Author: bago
Date: Wed Oct 10 14:57:31 2007
New Revision: 583629
URL: http://svn.apache.org/viewvc?rev=583629&view=rev
Log:
enable central that is otherwise disabled by the parent pom
Modified:
james/jsieve/trunk/pom.xml
Modified: james/jsieve/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/jsieve/trunk/pom.xml?rev=583629&r1=583628&r2=583629&view=diff
==============================================================================
--- james/jsieve/trunk/pom.xml (original)
+++ james/jsieve/trunk/pom.xml Wed Oct 10 14:57:31 2007
@@ -69,6 +69,17 @@
http://svn.apache.org/viewcvs.cgi/james/jsieve/trunk/?root=Apache-SVN
</url>
</scm>
+
+ <repositories>
+ <!-- enable central that is otherwise disabled by the parent pom. -->
+ <repository>
+ <id>central</id>
+ <url>http://repo1.maven.org/maven2</url>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ </repository>
+ </repositories>
<dependencies verbose="true">
<dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]