fix various path for deployment

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk@1479288 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/jpox-modello-maven-plugin/pom.xml b/jpox-modello-maven-plugin/pom.xml
index 744f85e..99d759e 100644
--- a/jpox-modello-maven-plugin/pom.xml
+++ b/jpox-modello-maven-plugin/pom.xml
@@ -35,11 +35,10 @@
   <distributionManagement>

     <site>

       <id>apache.website</id>

-      <url>file://${user.home}/redback-components-site-deploy/modello-plugins/${project.artifactId}</url>

+      <url>scm:svn:https://svn.apache.org/repos/asf/archiva/site-content/redback/components/modello-plugins/${project.artifactId}</url>

     </site>

   </distributionManagement>

 

-

   <dependencies>

     <dependency>

       <groupId>org.apache.maven</groupId>

diff --git a/modello-db-keywords/pom.xml b/modello-db-keywords/pom.xml
index a398376..f5507dc 100644
--- a/modello-db-keywords/pom.xml
+++ b/modello-db-keywords/pom.xml
@@ -33,10 +33,11 @@
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>file://${user.home}/redback-components-site-deploy/modello-plugins/${project.artifactId}</url>
+      <url>scm:svn:https://svn.apache.org/repos/asf/archiva/site-content/redback/components/modello-plugins/${project.artifactId}</url>
     </site>
   </distributionManagement>
 
+
   <dependencies>
     <dependency>
       <groupId>org.codehaus.modello</groupId>
diff --git a/modello-plugin-jpox/pom.xml b/modello-plugin-jpox/pom.xml
index db7cb30..fbaaedd 100644
--- a/modello-plugin-jpox/pom.xml
+++ b/modello-plugin-jpox/pom.xml
@@ -33,10 +33,11 @@
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>file://${user.home}/redback-components-site-deploy/modello-plugins/${project.artifactId}</url>
+      <url>scm:svn:https://svn.apache.org/repos/asf/archiva/site-content/redback/components/modello-plugins/${project.artifactId}</url>
     </site>
   </distributionManagement>
 
+
   <dependencies>
     <dependency>
       <groupId>org.apache.archiva.redback.components.modello</groupId>
diff --git a/modello-plugin-redback-registry/pom.xml b/modello-plugin-redback-registry/pom.xml
index 8c46f53..4bcaac6 100644
--- a/modello-plugin-redback-registry/pom.xml
+++ b/modello-plugin-redback-registry/pom.xml
@@ -34,10 +34,11 @@
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>file://${user.home}/redback-components-site-deploy/modello-plugins/${project.artifactId}</url>
+      <url>scm:svn:https://svn.apache.org/repos/asf/archiva/site-content/redback/components/modello-plugins/${project.artifactId}</url>
     </site>
   </distributionManagement>
 
+
   <dependencies>
     <dependency>
       <groupId>org.apache.archiva.redback.components.modello</groupId>
diff --git a/modello-plugin-store/pom.xml b/modello-plugin-store/pom.xml
index 6ccad11..b78b372 100644
--- a/modello-plugin-store/pom.xml
+++ b/modello-plugin-store/pom.xml
@@ -28,6 +28,14 @@
   <name>Modello Store Plugin</name>
   <packaging>jar</packaging>
 
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <url>scm:svn:https://svn.apache.org/repos/asf/archiva/site-content/redback/components/modello-plugins/${project.artifactId}</url>
+    </site>
+  </distributionManagement>
+
+
   <dependencies>
     <dependency>
       <groupId>org.codehaus.modello</groupId>
diff --git a/pom.xml b/pom.xml
index 5b20bc5..ed31180 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,11 +42,10 @@
     <modelloVersion>1.7</modelloVersion>
   </properties>
 
-
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>file://${user.home}/redback-components-site-deploy/${project.artifactId}</url>
+      <url>scm:svn:https://svn.apache.org/repos/asf/archiva/site-content/redback/components/${project.artifactId}</url>
     </site>
   </distributionManagement>