You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ja...@apache.org on 2010/07/23 12:52:23 UTC

svn commit: r967036 - /myfaces/core/trunk/pom.xml

Author: jakobk
Date: Fri Jul 23 10:52:23 2010
New Revision: 967036

URL: http://svn.apache.org/viewvc?rev=967036&view=rev
Log:
added apache-maven-snapshots repo, because myfaces-test is used as SNAPSHOT and otherwise maven won't find it (unless it is cached in the local repo)

Modified:
    myfaces/core/trunk/pom.xml

Modified: myfaces/core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/pom.xml?rev=967036&r1=967035&r2=967036&view=diff
==============================================================================
--- myfaces/core/trunk/pom.xml (original)
+++ myfaces/core/trunk/pom.xml Fri Jul 23 10:52:23 2010
@@ -72,6 +72,17 @@
             </releases>
         </repository>
         -->
+        
+        <repository>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+            <id>apache-maven-snapshots</id>
+            <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+        </repository>
   </repositories>
   <build>
     <plugins>