making the staging config a little more consistent with the site config

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@647817 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2008-04-14 14:38:23 +00:00
parent 0fb77544a3
commit ee9e607dea
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
<name>ActiveMQ</name>
<properties>
<siteId>activemq</siteId>
<siteId>activemq-${version}</siteId>
<projectName>Apache ActiveMQ</projectName>
<!-- base url for site deployment. See distribution management for full url. Override this in settings.xml for staging -->
<staging.siteURL>scp://people.apache.org/x1/www/activemq.apache.org</staging.siteURL>
@ -1210,7 +1210,7 @@
<artifactId>maven-deploy-plugin</artifactId>
<inherited>true</inherited>
<configuration>
<altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository>
<altDeploymentRepository>${staging.altRepository}/${siteId}</altDeploymentRepository>
<updateReleaseInfo>true</updateReleaseInfo>
</configuration>
</plugin>