Try to sort out site url git-svn-id: https://svn.apache.org/repos/asf/commons/proper/commons-build-plugin/trunk@1740013 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/commit/f24d4a0f Tree: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/tree/f24d4a0f Diff: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/diff/f24d4a0f Branch: refs/heads/master Commit: f24d4a0f7e2b2c692276821678e996ea09fdf163 Parents: e2f462a Author: Sebastian Bazley <[email protected]> Authored: Tue Apr 19 21:14:26 2016 +0000 Committer: Sebastian Bazley <[email protected]> Committed: Tue Apr 19 21:14:26 2016 +0000 ---------------------------------------------------------------------- pom.xml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/f24d4a0f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 248aa84..dccdacb 100644 --- a/pom.xml +++ b/pom.xml @@ -42,11 +42,11 @@ <url>http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/</url> </scm> <distributionManagement> - <site> - <id>apache.website</id> - <name>Apache Commons ${commons.componentid} Site</name> - <url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/${commons.componentid}</url> - </site> + <site> + <id>commons.site</id> + <name>Apache Commons Site SVN</name> + <url>scm:svn:${commons.scmPubUrl}</url> + </site> </distributionManagement> <developers> <developer> @@ -172,5 +172,7 @@ <commons.jira.pid>12310466&amp;component=12312401</commons.jira.pid> <commons.release.version>${project.version}</commons.release.version> <commons.rc.version>RC1</commons.rc.version> + <commons.site.path>commons-build-plugin</commons.site.path> + <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/${commons.site.path}</commons.scmPubUrl> </properties> </project>
