You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ke...@apache.org on 2009/07/21 15:36:44 UTC

svn commit: r796293 - /geronimo/server/branches/2.1/pom.xml

Author: kevan
Date: Tue Jul 21 13:36:44 2009
New Revision: 796293

URL: http://svn.apache.org/viewvc?rev=796293&view=rev
Log:
GERONIMO-4751 include repository.apache.org as a plugin repo to fix build errors, when externals has not been build locally

Modified:
    geronimo/server/branches/2.1/pom.xml

Modified: geronimo/server/branches/2.1/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/pom.xml?rev=796293&r1=796292&r2=796293&view=diff
==============================================================================
--- geronimo/server/branches/2.1/pom.xml (original)
+++ geronimo/server/branches/2.1/pom.xml Tue Jul 21 13:36:44 2009
@@ -2558,6 +2558,23 @@
         </repository>
     </repositories>
 
+   <pluginRepositories>
+        <pluginRepository>
+            <id>apache-snapshots</id>
+            <name>Apache Snapshots Repository</name>
+            <url>http://repository.apache.org/snapshots</url>
+            <layout>default</layout>
+            <snapshots>
+                <enabled>true</enabled>
+                <updatePolicy>daily</updatePolicy>
+                <checksumPolicy>ignore</checksumPolicy>
+            </snapshots>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+        </pluginRepository>
+    </pluginRepositories>
+
     <url>http://geronimo.apache.org/maven/${siteId}/${version}</url>
     <distributionManagement>
         <!--