You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yoko-commits@incubator.apache.org by ri...@apache.org on 2007/10/31 19:27:49 UTC

svn commit: r590793 - /incubator/yoko/trunk/pom.xml

Author: rickmcguire
Date: Wed Oct 31 12:27:48 2007
New Revision: 590793

URL: http://svn.apache.org/viewvc?rev=590793&view=rev
Log:
Fix plexus build problem by removing the apache snapshot repository from the plugin repositories list. 


Modified:
    incubator/yoko/trunk/pom.xml

Modified: incubator/yoko/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/pom.xml?rev=590793&r1=590792&r2=590793&view=diff
==============================================================================
--- incubator/yoko/trunk/pom.xml (original)
+++ incubator/yoko/trunk/pom.xml Wed Oct 31 12:27:48 2007
@@ -552,18 +552,6 @@
           <url>http://people.apache.org/repo/m2-incubating-repository</url>
           <layout>default</layout>
        </pluginRepository>
-        <pluginRepository>
-            <id>apache-snapshots</id>
-            <name>Maven apache plugins snapshot repository</name>
-            <url>http://people.apache.org/maven-snapshot-repository</url>
-            <layout>default</layout>
-            <snapshots>
-                <enabled>true</enabled>
-            </snapshots>
-            <releases>
-                <updatePolicy>never</updatePolicy>
-            </releases>
-        </pluginRepository>
   </pluginRepositories>
 
   <distributionManagement>