This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-doxia-book-maven-plugin.git
commit 431abf8d20c5f4165dc1a96c1f0b39c5af088dc6 Author: Herve Boutemy <[email protected]> AuthorDate: Mon Jun 30 19:13:49 2014 +0000 prepared site publication git-svn-id: https://svn.apache.org/repos/asf/maven/doxia/doxia-tools/trunk@1606884 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 694d2e2..8ba7d45 100644 --- a/pom.xml +++ b/pom.xml @@ -49,6 +49,12 @@ under the License. <system>jira</system> <url>http://jira.codehaus.org/browse/DOXIATOOLS/component/15479</url> </issueManagement> + <distributionManagement> + <site> + <id>apache.website</id> + <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven-doxia/content/${maven.site.path}</url> + </site> + </distributionManagement> <properties> <doxiaVersion>1.3</doxiaVersion>
