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 2018/02/07 00:35:10 UTC

[maven-parent] branch master updated: added distributionManagement

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


The following commit(s) were added to refs/heads/master by this push:
     new ff91731  added distributionManagement
ff91731 is described below

commit ff9173171031821109d4b9f30f118543f5317805
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Wed Feb 7 01:34:20 2018 +0100

    added distributionManagement
---
 maven-archetype-bundles/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/maven-archetype-bundles/pom.xml b/maven-archetype-bundles/pom.xml
index 72852fb..2392c2f 100644
--- a/maven-archetype-bundles/pom.xml
+++ b/maven-archetype-bundles/pom.xml
@@ -42,6 +42,13 @@ under the License.
     <url>https://issues.apache.org/jira/browse/MARCHETYPES</url>
   </issueManagement>
 
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/components/archetypes-archives/</url>
+    </site>
+  </distributionManagement>
+
   <properties>
     <maven.site.path>archetypes-archives/${project.artifactId}-LATEST</maven.site.path>
   </properties>

-- 
To stop receiving notification emails like this one, please contact
hboutemy@apache.org.