mirror of https://github.com/apache/activemq.git
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:
parent
0fb77544a3
commit
ee9e607dea
4
pom.xml
4
pom.xml
|
@ -30,7 +30,7 @@
|
||||||
<name>ActiveMQ</name>
|
<name>ActiveMQ</name>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<siteId>activemq</siteId>
|
<siteId>activemq-${version}</siteId>
|
||||||
<projectName>Apache ActiveMQ</projectName>
|
<projectName>Apache ActiveMQ</projectName>
|
||||||
<!-- base url for site deployment. See distribution management for full url. Override this in settings.xml for staging -->
|
<!-- 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>
|
<staging.siteURL>scp://people.apache.org/x1/www/activemq.apache.org</staging.siteURL>
|
||||||
|
@ -1210,7 +1210,7 @@
|
||||||
<artifactId>maven-deploy-plugin</artifactId>
|
<artifactId>maven-deploy-plugin</artifactId>
|
||||||
<inherited>true</inherited>
|
<inherited>true</inherited>
|
||||||
<configuration>
|
<configuration>
|
||||||
<altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository>
|
<altDeploymentRepository>${staging.altRepository}/${siteId}</altDeploymentRepository>
|
||||||
<updateReleaseInfo>true</updateReleaseInfo>
|
<updateReleaseInfo>true</updateReleaseInfo>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Reference in New Issue