You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2007/02/12 23:20:04 UTC

svn commit: r506696 - /cocoon/trunk/core/cocoon-core/pom.xml

Author: reinhard
Date: Mon Feb 12 14:20:03 2007
New Revision: 506696

URL: http://svn.apache.org/viewvc?view=rev&rev=506696
Log:
COCOON-1975 workaround for Maven bug; the upcoming Avalon/Excalibur releases will  make this workaround obsolete

Modified:
    cocoon/trunk/core/cocoon-core/pom.xml

Modified: cocoon/trunk/core/cocoon-core/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-core/pom.xml?view=diff&rev=506696&r1=506695&r2=506696
==============================================================================
--- cocoon/trunk/core/cocoon-core/pom.xml (original)
+++ cocoon/trunk/core/cocoon-core/pom.xml Mon Feb 12 14:20:03 2007
@@ -105,6 +105,20 @@
     </resources>
   </build>
   
+  <repositories>
+    <repository>
+      <id>apache.snapshot</id>
+      <name>Apache Snapshot Repository</name>
+      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
+  </repositories>
+  
   <properties>
     <docs.name>Cocoon Core</docs.name>    
     <docs.version>2.2</docs.version>