You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2006/01/28 12:13:15 UTC

svn commit: r373139 - /myfaces/maven/trunk/build-tools/pom.xml

Author: bommel
Date: Sat Jan 28 03:13:10 2006
New Revision: 373139

URL: http://svn.apache.org/viewcvs?rev=373139&view=rev
Log:
added distributionManagement

Modified:
    myfaces/maven/trunk/build-tools/pom.xml

Modified: myfaces/maven/trunk/build-tools/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/maven/trunk/build-tools/pom.xml?rev=373139&r1=373138&r2=373139&view=diff
==============================================================================
--- myfaces/maven/trunk/build-tools/pom.xml (original)
+++ myfaces/maven/trunk/build-tools/pom.xml Sat Jan 28 03:13:10 2006
@@ -29,4 +29,36 @@
   <name>MyFaces Build Tools</name>
   <groupId>org.apache.myfaces.maven</groupId>
   <artifactId>build-tools</artifactId>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/maven/trunk/build-tools</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/maven/trunk/build-tools</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/maven/trunk/build-tools</url>
+  </scm>
+
+  <build>
+      <extensions>
+        <extension>
+          <groupId>org.apache.maven.wagon</groupId>
+           <artifactId>wagon-ssh-external</artifactId>
+           <version>1.0-alpha-5</version>
+        </extension>
+      </extensions>
+    </build>
+
+    <distributionManagement>
+      <repository>
+        <id>apache-maven</id>
+        <name>Apache Maven Repository</name>
+        <url>scpexe://people.apache.org/www/www.apache.org/dist/maven-repository</url>
+      </repository>
+      <snapshotRepository>
+        <uniqueVersion>false</uniqueVersion>
+        <id>apache-maven-snapshots</id>
+        <name>Apache Maven Snapshot Repository</name>
+        <url>scpexe://minotaur.apache.org/www/cvs.apache.org/maven-snapshot-repository</url>
+      </snapshotRepository>
+    </distributionManagement>
+  
+
 </project>