You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by pm...@apache.org on 2007/09/20 18:10:01 UTC

svn commit: r577805 - /geronimo/server/trunk/configs/pom.xml

Author: pmcmahan
Date: Thu Sep 20 09:10:00 2007
New Revision: 577805

URL: http://svn.apache.org/viewvc?rev=577805&view=rev
Log:
add the ASF snapshot and incubating repos to the list of default source-repositories for plugins

Modified:
    geronimo/server/trunk/configs/pom.xml

Modified: geronimo/server/trunk/configs/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/pom.xml?rev=577805&r1=577804&r2=577805&view=diff
==============================================================================
--- geronimo/server/trunk/configs/pom.xml (original)
+++ geronimo/server/trunk/configs/pom.xml Thu Sep 20 09:10:00 2007
@@ -116,6 +116,8 @@
                             <!--<source-repository>http://www.geronimoplugins.com/repository/geronimo-2.1</source-repository>-->
                             <source-repository>~/.m2/repository/</source-repository>
                             <source-repository>http://repo1.maven.org/maven2/</source-repository>
+                            <source-repository>http://people.apache.org/repo/m2-snapshot-repository/</source-repository>
+                            <source-repository>http://people.apache.org/repo/m2-incubating-repository/</source-repository>
                         </plugin-artifact>
                     </commonInstance>
                 </configuration>