You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jb...@apache.org on 2009/07/14 03:26:04 UTC

svn commit: r793775 - /geronimo/daytrader/trunk/pom.xml

Author: jbohn
Date: Tue Jul 14 01:26:03 2009
New Revision: 793775

URL: http://svn.apache.org/viewvc?rev=793775&view=rev
Log:
need apache.snapshot repo as pluginRepository

Modified:
    geronimo/daytrader/trunk/pom.xml

Modified: geronimo/daytrader/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/daytrader/trunk/pom.xml?rev=793775&r1=793774&r2=793775&view=diff
==============================================================================
--- geronimo/daytrader/trunk/pom.xml (original)
+++ geronimo/daytrader/trunk/pom.xml Tue Jul 14 01:26:03 2009
@@ -380,6 +380,26 @@
         </plugins>
     </build>
 
+    <!--
+        Remove this once the genesis 2.0.1 is released or there is a better solution
+    -->
+    <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>
+
     <profiles>
         <profile>
             <id>jboss-db2</id>