added distributionManagement
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 @@
     <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>