You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by il...@apache.org on 2012/06/05 17:37:10 UTC

svn commit: r1346431 - /cocoon/cocoon3/trunk/parent/pom.xml

Author: ilgrosso
Date: Tue Jun  5 15:37:10 2012
New Revision: 1346431

URL: http://svn.apache.org/viewvc?rev=1346431&view=rev
Log:
Missing plugin repository for Apache Snapshot

Modified:
    cocoon/cocoon3/trunk/parent/pom.xml

Modified: cocoon/cocoon3/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/parent/pom.xml?rev=1346431&r1=1346430&r2=1346431&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/parent/pom.xml (original)
+++ cocoon/cocoon3/trunk/parent/pom.xml Tue Jun  5 15:37:10 2012
@@ -667,6 +667,15 @@
       <id>agilejava</id>
       <url>http://agilejava.com/maven</url>
     </pluginRepository>
+    <!-- For cocoon-maven-plugin SNAPSHOT -->
+    <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>