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

svn commit: r329458 - /geronimo/trunk/pom.xml

Author: jvanzyl
Date: Sat Oct 29 11:00:58 2005
New Revision: 329458

URL: http://svn.apache.org/viewcvs?rev=329458&view=rev
Log:
o adding distributionManagement element for deploying artifacts and
  sites

Modified:
    geronimo/trunk/pom.xml

Modified: geronimo/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/pom.xml?rev=329458&r1=329457&r2=329458&view=diff
==============================================================================
--- geronimo/trunk/pom.xml (original)
+++ geronimo/trunk/pom.xml Sat Oct 29 11:00:58 2005
@@ -120,4 +120,21 @@
  
   </dependencies>
 
+  <distributionManagement>
+    <repository>
+      <id>repo1</id>
+      <name>Maven Central Repository</name>
+      <url>scp://repo1.maven.org/home/projects/maven/repository-staging/to-ibiblio/maven2</url>
+    </repository>
+    <snapshotRepository>
+      <id>snapshots</id>
+      <name>Maven Central Development Repository</name>
+      <url>scp://repo1.maven.org/home/projects/maven/repository-staging/snapshots/maven2</url>
+    </snapshotRepository>
+    <site>
+      <id>website</id>
+      <url>scp://minotaur.apache.org/www/maven.apache.org/geronimo/</url>
+    </site>
+  </distributionManagement>
+
 </project>