You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2006/02/09 04:25:09 UTC

svn commit: r376172 - /myfaces/maven/trunk/pom.xml

Author: schof
Date: Wed Feb  8 19:25:08 2006
New Revision: 376172

URL: http://svn.apache.org/viewcvs?rev=376172&view=rev
Log:
added distribution management so the maven project itself could be released (other projects don't need it b/c they use the master pom)

Modified:
    myfaces/maven/trunk/pom.xml

Modified: myfaces/maven/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/maven/trunk/pom.xml?rev=376172&r1=376171&r2=376172&view=diff
==============================================================================
--- myfaces/maven/trunk/pom.xml (original)
+++ myfaces/maven/trunk/pom.xml Wed Feb  8 19:25:08 2006
@@ -12,6 +12,19 @@
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/maven/trunk</developerConnection>
     <url>http://svn.apache.org/viewcvs.cgi/myfaces/maven/trunk</url>
   </scm>
+  <distributionManagement>
+    <repository>
+      <id>apache-maven</id>
+      <name>Apache Maven Repository</name>
+      <url>scpexe://minotaur.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>  
   <modules>
     <module>master-pom</module>
     <module>wagon-maven-plugin</module>