You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2010/11/06 02:27:07 UTC

svn commit: r1031912 - /myfaces/commons/branches/jsf_11/pom.xml

Author: lu4242
Date: Sat Nov  6 01:27:06 2010
New Revision: 1031912

URL: http://svn.apache.org/viewvc?rev=1031912&view=rev
Log:
add apache snapshot plugin repositories

Modified:
    myfaces/commons/branches/jsf_11/pom.xml

Modified: myfaces/commons/branches/jsf_11/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/commons/branches/jsf_11/pom.xml?rev=1031912&r1=1031911&r2=1031912&view=diff
==============================================================================
--- myfaces/commons/branches/jsf_11/pom.xml (original)
+++ myfaces/commons/branches/jsf_11/pom.xml Sat Nov  6 01:27:06 2010
@@ -45,6 +45,17 @@
       <url>scpexe://people.apache.org/www/myfaces.apache.org/commons11/</url>
     </site>
   </distributionManagement>
+
+    <pluginRepositories>
+         <pluginRepository>
+               <id>apache.snapshots</id>
+               <name>Apache Snapshot Repository</name>
+               <url>http://repository.apache.org/snapshots</url>
+               <releases>
+                 <enabled>false</enabled>
+               </releases>
+         </pluginRepository>
+    </pluginRepositories>
     <build>
         <plugins>
             <plugin>