Allow publishing the site with scalate:deploy

git-svn-id: https://svn.apache.org/repos/asf/servicemix/documentation/trunk@1023722 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 9e164b3..cc85a2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,6 +40,7 @@
     <jetty-port>8080</jetty-port>
     <jetty-war-dir>${basedir}/target/webapp/</jetty-war-dir>
     <karaf.version>2.1.99-SNAPSHOT</karaf.version>
+    <maven.wagon.version>1.0-beta-6</maven.wagon.version>
     <scalate.version>1.3</scalate.version>
     <scalate.editor>${env.SCALATE_EDITOR}</scalate.editor>
     <scalate.mode>production</scalate.mode>
@@ -176,6 +177,17 @@
             </configuration>
           </execution>
         </executions>
+        <configuration>
+          <remoteServerId>people.apache.org</remoteServerId>
+          <remoteServerUrl>scp://people.apache.org/www/servicemix.apache.org/docs/${servicemix.version}</remoteServerUrl>
+        </configuration>
+        <dependencies>
+          <dependency>
+            <groupId>org.apache.maven.wagon</groupId>
+            <artifactId>wagon-ssh</artifactId>
+            <version>${maven.wagon.version}</version>
+          </dependency>        
+        </dependencies>
       </plugin>
       <plugin>
         <artifactId>maven-war-plugin</artifactId>