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/06/07 20:52:25 UTC

svn commit: r412486 - /myfaces/maven/branches/1_0_3/master-pom/pom.xml

Author: schof
Date: Wed Jun  7 11:52:25 2006
New Revision: 412486

URL: http://svn.apache.org/viewvc?rev=412486&view=rev
Log:
added new <repository> entry for myfaces-repo to the master pom (so all projects can use it.)

Modified:
    myfaces/maven/branches/1_0_3/master-pom/pom.xml

Modified: myfaces/maven/branches/1_0_3/master-pom/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/maven/branches/1_0_3/master-pom/pom.xml?rev=412486&r1=412485&r2=412486&view=diff
==============================================================================
--- myfaces/maven/branches/1_0_3/master-pom/pom.xml (original)
+++ myfaces/maven/branches/1_0_3/master-pom/pom.xml Wed Jun  7 11:52:25 2006
@@ -404,6 +404,16 @@
             <id>apache-maven-snapshots</id>
             <url>http://cvs.apache.org/maven-snapshot-repository</url>
         </repository>
+		    <repository>
+		        <releases>
+		          <enabled>true</enabled>
+		        </releases>
+		        <snapshots>
+		          <enabled>false</enabled>
+		        </snapshots>
+			      <id>myfaces-repo</id>
+			      <url>http://myfaces.zones.apache.org/dist/maven-repository</url>
+		    </repository>           
     </repositories>
     <dependencies>
         <dependency>