You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2007/03/19 23:20:23 UTC

svn commit: r520122 - /cocoon/trunk/core/cocoon-configuration/cocoon-configuration-api/pom.xml

Author: reinhard
Date: Mon Mar 19 15:20:22 2007
New Revision: 520122

URL: http://svn.apache.org/viewvc?view=rev&rev=520122
Log:
set maven central repo explicitly (for the gpg release tests)

Modified:
    cocoon/trunk/core/cocoon-configuration/cocoon-configuration-api/pom.xml

Modified: cocoon/trunk/core/cocoon-configuration/cocoon-configuration-api/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-configuration/cocoon-configuration-api/pom.xml?view=diff&rev=520122&r1=520121&r2=520122
==============================================================================
--- cocoon/trunk/core/cocoon-configuration/cocoon-configuration-api/pom.xml (original)
+++ cocoon/trunk/core/cocoon-configuration/cocoon-configuration-api/pom.xml Mon Mar 19 15:20:22 2007
@@ -76,6 +76,22 @@
     </plugins> 
   </build>
   
+  <repositories>
+    <repository>
+      <id>central</id>
+      <name>Maven central repository</name>
+      <url>http://repo1.maven.org/maven2</url>
+      <releases>
+        <enabled>true</enabled>
+        <!-- only look for jars here when they are not present locally -->
+        <updatePolicy>never</updatePolicy>
+      </releases>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
+  </repositories>  
+  
   <profiles>
     <profile>
       <id>release</id>