You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ba...@apache.org on 2007/10/10 23:57:33 UTC

svn commit: r583629 - /james/jsieve/trunk/pom.xml

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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org