You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by si...@apache.org on 2012/01/13 13:38:19 UTC

svn commit: r1231036 - /incubator/any23/trunk/pom.xml

Author: simonetripodi
Date: Fri Jan 13 12:38:19 2012
New Revision: 1231036

URL: http://svn.apache.org/viewvc?rev=1231036&view=rev
Log:
added site distribution management and stagingURL (it will be used for RCs)

Modified:
    incubator/any23/trunk/pom.xml

Modified: incubator/any23/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1231036&r1=1231035&r2=1231036&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Fri Jan 13 12:38:19 2012
@@ -192,6 +192,13 @@
     <system>Jenkins</system>
     <url>https://builds.apache.org/job/Any23-trunk/</url>
   </ciManagement>
+  <distributionManagement>
+    <site>
+      <id>any23.website</id>
+      <name>Apache Any23 website</name>
+      <url>scp://people.apache.org/www/incubator.apache.org/any23/</url>
+    </site>
+  </distributionManagement>
 
   <!-- General properties. -->
   <properties>
@@ -595,6 +602,9 @@
             <version>1.0</version>
           </dependency>
         </dependencies>
+        <configuration>
+          <stagingSiteURL>scp://people.apache.org/www/incubator.apache.org/any23/${project.version}</stagingSiteURL>
+        </configuration>
       </plugin>
     </plugins>