You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by de...@apache.org on 2010/02/19 15:50:37 UTC

svn commit: r911825 - /geronimo/external/trunk/tomcat-parent-6.0.24/pom.xml

Author: delos
Date: Fri Feb 19 14:50:37 2010
New Revision: 911825

URL: http://svn.apache.org/viewvc?rev=911825&view=rev
Log:
add properties for DistributionManagement element

Modified:
    geronimo/external/trunk/tomcat-parent-6.0.24/pom.xml

Modified: geronimo/external/trunk/tomcat-parent-6.0.24/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/external/trunk/tomcat-parent-6.0.24/pom.xml?rev=911825&r1=911824&r2=911825&view=diff
==============================================================================
--- geronimo/external/trunk/tomcat-parent-6.0.24/pom.xml (original)
+++ geronimo/external/trunk/tomcat-parent-6.0.24/pom.xml Fri Feb 19 14:50:37 2010
@@ -40,6 +40,21 @@
 mvn archetype:generate -DarchetypeCatalog=local
 
     -->
+    <url>
+        http://geronimo.apache.org/maven/${siteId}/${version}
+    </url>
+
+    <distributionManagement>
+       <site>
+           <id>apache-website</id>
+           <url>${site.deploy.url}/maven/${siteId}/${version}</url>
+       </site>
+    </distributionManagement>
+
+    <properties>
+       <siteId>external/${artifactId}</siteId>
+    </properties>
+
 
     <scm>
         <connection>scm:svn:https://svn.apache.org/repos/asf/geronimo/external/trunk/tomcat-tomcat-parent-6.0.24/</connection>