fix site deployment

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk@1447681 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/jpox-modello-maven-plugin/pom.xml b/jpox-modello-maven-plugin/pom.xml
index 576b7dd..744f85e 100644
--- a/jpox-modello-maven-plugin/pom.xml
+++ b/jpox-modello-maven-plugin/pom.xml
@@ -28,7 +28,16 @@
   <artifactId>jpox-modello-maven-plugin</artifactId>

   <packaging>maven-plugin</packaging>

 

-  <name>jpox-modello-maven-plugin Maven Plugin</name>

+  <name>Jpox Modello Maven Plugin</name>

+

+  <url>http://archiva.apache.org/redback/components/modello-plugins/${project.artifactId}</url>

+

+  <distributionManagement>

+    <site>

+      <id>apache.website</id>

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

+    </site>

+  </distributionManagement>

 

 

   <dependencies>

diff --git a/modello-db-keywords/pom.xml b/modello-db-keywords/pom.xml
index b182ab1..a398376 100644
--- a/modello-db-keywords/pom.xml
+++ b/modello-db-keywords/pom.xml
@@ -27,6 +27,16 @@
   <artifactId>modello-db-keywords</artifactId>
   <name>Modello Database Keywords Library</name>
   <packaging>jar</packaging>
+
+  <url>http://archiva.apache.org/redback/components/modello-plugins/${project.artifactId}</url>
+
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <url>file://${user.home}/redback-components-site-deploy/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 21f3d47..9df4bc8 100644
--- a/modello-plugin-jpox/pom.xml
+++ b/modello-plugin-jpox/pom.xml
@@ -28,6 +28,15 @@
   <name>Modello JPox Plugin</name>
   <packaging>jar</packaging>
 
+  <url>http://archiva.apache.org/redback/components/modello-plugins/${project.artifactId}</url>
+
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <url>file://${user.home}/redback-components-site-deploy/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 4490d4a..8c46f53 100644
--- a/modello-plugin-redback-registry/pom.xml
+++ b/modello-plugin-redback-registry/pom.xml
@@ -29,12 +29,12 @@
   <artifactId>modello-plugin-redback-registry</artifactId>
   <name>Redback Registry Reader/Writer</name>
 
-  <url>http://archiva.apache.org/redback/components/spring-registry/${project.artifactId}</url>
+  <url>http://archiva.apache.org/redback/components/modello-plugins/${project.artifactId}</url>
 
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>file://${user.home}/redback-components-site-deploy/spring-registry/${project.artifactId}</url>
+      <url>file://${user.home}/redback-components-site-deploy/modello-plugins/${project.artifactId}</url>
     </site>
   </distributionManagement>