You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2020/01/23 08:14:31 UTC

[maven-doxia-book-renderer] 21/34: prepared site publication

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-renderer.git

commit d5426e481a205617c820c89093630086603f6a0b
Author: Herve Boutemy <hb...@apache.org>
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 f0a19ea..acf18d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,6 +44,12 @@ under the License.
     <system>jira</system>
     <url>http://jira.codehaus.org/browse/DOXIATOOLS/component/15478</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>