You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by br...@apache.org on 2013/01/01 05:52:37 UTC

svn commit: r1427298 - /continuum/trunk/pom.xml

Author: brett
Date: Tue Jan  1 04:52:37 2013
New Revision: 1427298

URL: http://svn.apache.org/viewvc?rev=1427298&view=rev
Log:
configuration for refs deployment

Modified:
    continuum/trunk/pom.xml

Modified: continuum/trunk/pom.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/pom.xml?rev=1427298&r1=1427297&r2=1427298&view=diff
==============================================================================
--- continuum/trunk/pom.xml (original)
+++ continuum/trunk/pom.xml Tue Jan  1 04:52:37 2013
@@ -52,8 +52,9 @@
     <slf4jVersion>1.5.8</slf4jVersion>
     <xmlrpc.version>3.1.2</xmlrpc.version>
     <atlassian.xmlrpc.binder.version>0.11</atlassian.xmlrpc.binder.version>
-    <svnUrl>https://svn.apache.org/repos/asf/continuum/site-publish/ref/latest</svnUrl>
     <surefire.version>2.12</surefire.version>
+    <svnUrl>https://svn.apache.org/repos/asf/continuum/site-publish/ref/latest</svnUrl>
+    <checkoutDirectory>site-publish</checkoutDirectory>
   </properties>
 
   <scm>
@@ -1854,5 +1855,12 @@
     </profile>
   </profiles>
 
+  <!-- Still required despite config above for site:stage to work -->
+  <distributionManagement>
+    <site>
+      <id>apache</id>
+      <url>scm:svn:${svnUrl}</url>
+    </site>
+  </distributionManagement>
 
 </project>