add properties to ease site stage deploy

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1208990 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2011-12-01 08:20:16 +00:00
parent 92f77d696b
commit cf4b48d603
1 changed files with 6 additions and 2 deletions

View File

@ -38,7 +38,7 @@
number of other development tools for reporting or the build
process.
</description>
<url>http://maven.apache.org/ref/${project.version}/</url>
<url>${siteUrl}</url>
<inceptionYear>2001</inceptionYear>
<properties>
@ -61,6 +61,10 @@
<distributionId>apache-maven</distributionId>
<distributionShortName>Maven</distributionShortName>
<distributionName>Apache Maven</distributionName>
<siteDeployUrl>scp://people.apache.org/www/maven.apache.org/ref/${project.version}/</siteDeployUrl>
<siteUrl>http://maven.apache.org/ref/${project.version}/</siteUrl>
</properties>
<mailingLists>
@ -170,7 +174,7 @@
<distributionManagement>
<site>
<id>apache.website</id>
<url>scp://people.apache.org/www/maven.apache.org/ref/${project.version}/</url>
<url>${siteDeployUrl}</url>
</site>
</distributionManagement>