You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2008/12/14 14:14:18 UTC

svn commit: r726430 - in /geronimo/gshell/trunk: gshell-local-repository/ pom.xml

Author: jdillon
Date: Sun Dec 14 05:14:18 2008
New Revision: 726430

URL: http://svn.apache.org/viewvc?rev=726430&view=rev
Log:
Use the nexus on the g zone for custom mvn artifacts needed for the build

Removed:
    geronimo/gshell/trunk/gshell-local-repository/
Modified:
    geronimo/gshell/trunk/pom.xml

Modified: geronimo/gshell/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/gshell/trunk/pom.xml?rev=726430&r1=726429&r2=726430&view=diff
==============================================================================
--- geronimo/gshell/trunk/pom.xml (original)
+++ geronimo/gshell/trunk/pom.xml Sun Dec 14 05:14:18 2008
@@ -69,6 +69,19 @@
                 <enabled>false</enabled>
             </releases>
         </repository>
+        
+        <repository>
+            <id>geronimo</id>
+            <name>Apache Geronimo Repository</name>
+            <url>http://geronimo.zones.apache.org:8081/nexus/content/repositories/geronimo</url>
+            <layout>default</layout>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+        </repository>
     </repositories>
     
     <dependencyManagement>
@@ -411,7 +424,6 @@
     </dependencies>
 
     <modules>
-        <module>gshell-local-repository</module>
         <module>gshell-api</module>
         <module>gshell-support</module>
         <module>gshell-bootstrap</module>