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 2011/07/07 12:24:12 UTC

svn commit: r1143750 - /cocoon/cocoon3/trunk/pom.xml

Author: ilgrosso
Date: Thu Jul  7 10:24:12 2011
New Revision: 1143750

URL: http://svn.apache.org/viewvc?rev=1143750&view=rev
Log:
Adding an explicit <distributionManagement> in root pom.xml: without this, deploying maven snapshots gives an error. Time for refactoring multi-module maven structure?

Modified:
    cocoon/cocoon3/trunk/pom.xml

Modified: cocoon/cocoon3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/pom.xml?rev=1143750&r1=1143749&r2=1143750&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/pom.xml (original)
+++ cocoon/cocoon3/trunk/pom.xml Thu Jul  7 10:24:12 2011
@@ -28,6 +28,19 @@
   <!-- Cocoon 3 Root. Required because of  http://maven.markmail.org/message/5m5uhkdczmghqxsk -->
   <name>Apache Cocoon 3: Root</name>
 
+  <distributionManagement>
+    <repository>
+      <id>apache.releases.https</id>
+      <name>Apache Release Distribution Repository</name>
+      <url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
+    </repository>
+    <snapshotRepository>
+      <id>apache.snapshots.https</id>
+      <name>Apache Development Snapshot Repository</name>
+      <url>https://repository.apache.org/content/repositories/snapshots</url>
+    </snapshotRepository>
+  </distributionManagement>
+
   <modules>
     <module>cocoon-all</module>
     <module>cocoon-controller</module>