fix site deployment

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk@1379403 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index a3286dd..48a8f23 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,6 +34,13 @@
 
   <url>http://archiva.apache.org/redback/components/${project.artifactId}</url>
 
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <url>file://${user.home}/redback-components-site-deploy/${project.artifactId}</url>
+    </site>
+  </distributionManagement>
+
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/spring-taskqueue/</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/redback/redback-components/trunk/spring-taskqueue/</developerConnection>