Author: olamy
Date: Tue Jul 31 08:12:13 2012
New Revision: 1367447
URL: http://svn.apache.org/viewvc?rev=1367447&view=rev
Log:
make site url configurable to help testing site deployment
Modified:
tomcat/maven-plugin/trunk/pom.xml
Modified: tomcat/maven-plugin/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/pom.xml?rev=1367447&r1=1367446&r2=1367447&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/pom.xml (original)
+++ tomcat/maven-plugin/trunk/pom.xml Tue Jul 31 08:12:13 2012
@@ -37,7 +37,7 @@
container.
</description>
- <url>http://tomcat.apache.org/maven-plugin-${project.version}</url>
+ <url>${siteUrl}</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -53,11 +53,13 @@
<verifier.debugJvm>false</verifier.debugJvm>
<maven.resources.escapeString>\</maven.resources.escapeString>
<distributionReleaseUrl>https://repository.apache.org/service/local/staging/deploy/maven2</distributionReleaseUrl>
-
<distributionSiteUrl>scp://people.apache.org/www/tomcat.apache.org/maven-plugin-${project.version}</distributionSiteUrl>
<distributionSnapshotsUrl>https://repository.apache.org/content/repositories/snapshots</distributionSnapshotsUrl>
<distributionIdSnapshots>apache.snapshots.https</distributionIdSnapshots>
+
<distributionSiteUrl>scp://people.apache.org/www/tomcat.apache.org/maven-plugin-${project.version}</distributionSiteUrl>
+ <siteUrl>http://tomcat.apache.org/maven-plugin-${project.version}</siteUrl>
+
<!-- http port used to run it test -->
<its.http.port>1973</its.http.port>
<!-- https port used to run it test -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]