You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2007/08/28 00:16:50 UTC

svn commit: r570259 - /incubator/servicemix/branches/servicemix-4.0/pom.xml

Author: gnodet
Date: Mon Aug 27 15:16:49 2007
New Revision: 570259

URL: http://svn.apache.org/viewvc?rev=570259&view=rev
Log:
Add distribution management

Modified:
    incubator/servicemix/branches/servicemix-4.0/pom.xml

Modified: incubator/servicemix/branches/servicemix-4.0/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-4.0/pom.xml?rev=570259&r1=570258&r2=570259&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-4.0/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-4.0/pom.xml Mon Aug 27 15:16:49 2007
@@ -32,6 +32,23 @@
 	<module>core</module>
   </modules>
 
+  <distributionManagement>
+    <repository>
+      <id>servicemix</id>
+      <name>Apache Release Distribution Repository</name>
+      <url>scp://people.apache.org/www/people.apache.org/repo/m2-incubating-repository</url>
+    </repository>
+    <snapshotRepository>
+      <id>apache.snapshots</id>
+      <name>Apache Development Snapshot Repository</name>
+      <url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
+    </snapshotRepository>
+    <site>
+      <id>servicemix</id>
+      <url>scp://people.apache.org/www/incubator.apache.org/servicemix/dist/servicemix-${version}/site</url>
+    </site>
+  </distributionManagement>
+
   <build>
     <pluginManagement>
 	  <plugins>