[maven-release-plugin]  copy for tag 1.0.0-M9

git-svn-id: https://svn.apache.org/repos/asf/directory/shared/tags/1.0.0-M9@1229130 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index e8e7633..ca690a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -194,6 +194,20 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
+        <dependencies>
+          <!-- Add support for 'scp'/'sftp' -->
+          <dependency>
+            <groupId>org.apache.maven.wagon</groupId>
+            <artifactId>wagon-ssh</artifactId>
+            <version>2.1</version>
+          </dependency>
+          <!-- Add support for 'scpexe' -->
+          <dependency>
+            <groupId>org.apache.maven.wagon</groupId>
+            <artifactId>wagon-ssh-external</artifactId>
+            <version>2.1</version>
+          </dependency>
+        </dependencies>
         <configuration>
           <reportPlugins>
             <plugin>