You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by de...@apache.org on 2007/01/13 01:48:24 UTC

svn commit: r495805 - /jakarta/commons/trunks-sandbox/pom.xml

Author: dennisl
Date: Fri Jan 12 16:48:23 2007
New Revision: 495805

URL: http://svn.apache.org/viewvc?view=rev&rev=495805
Log:
Add distributionManagement for the site.

Modified:
    jakarta/commons/trunks-sandbox/pom.xml

Modified: jakarta/commons/trunks-sandbox/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/trunks-sandbox/pom.xml?view=diff&rev=495805&r1=495804&r2=495805
==============================================================================
--- jakarta/commons/trunks-sandbox/pom.xml (original)
+++ jakarta/commons/trunks-sandbox/pom.xml Fri Jan 12 16:48:23 2007
@@ -70,5 +70,11 @@
       </plugin>
     </plugins>
   </reporting>
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <url>${commons.deployment.protocol}://people.apache.org/www/jakarta.apache.org/commons/sandbox/</url>
+    </site>
+  </distributionManagement>
 </project>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org