You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mk...@apache.org on 2011/10/07 16:54:25 UTC

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

Author: mkurz
Date: Fri Oct  7 14:54:25 2011
New Revision: 1180062

URL: http://svn.apache.org/viewvc?rev=1180062&view=rev
Log:
MYFACES-3349 added apache snapshot repository as plugin repository

Modified:
    myfaces/core/trunk/pom.xml

Modified: myfaces/core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/pom.xml?rev=1180062&r1=1180061&r2=1180062&view=diff
==============================================================================
--- myfaces/core/trunk/pom.xml (original)
+++ myfaces/core/trunk/pom.xml Fri Oct  7 14:54:25 2011
@@ -548,7 +548,17 @@
 
         </dependencies>
     </dependencyManagement>
-    
+
+    <pluginRepositories>
+        <pluginRepository>
+            <id>apache.snapshots.plugin</id>
+            <name>Apache Snapshot Repository</name>
+            <url>http://repository.apache.org/snapshots</url>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+        </pluginRepository>
+    </pluginRepositories>
 
     <repositories>