You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2012/10/04 18:39:30 UTC

svn commit: r1394149 - /geronimo/bundles/trunk/bundles-parent/pom.xml

Author: gawor
Date: Thu Oct  4 16:39:30 2012
New Revision: 1394149

URL: http://svn.apache.org/viewvc?rev=1394149&view=rev
Log:
repository needed for genesis-java5-flava

Modified:
    geronimo/bundles/trunk/bundles-parent/pom.xml

Modified: geronimo/bundles/trunk/bundles-parent/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/bundles/trunk/bundles-parent/pom.xml?rev=1394149&r1=1394148&r2=1394149&view=diff
==============================================================================
--- geronimo/bundles/trunk/bundles-parent/pom.xml (original)
+++ geronimo/bundles/trunk/bundles-parent/pom.xml Thu Oct  4 16:39:30 2012
@@ -130,4 +130,22 @@
         </plugins>
     </reporting>
 
+    <repositories>
+        <!-- required for clean build unless you want to bootstrap the car-maven-plugin -->
+        <repository>
+            <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>
+        </repository>
+    </repositories>
+
 </project>