Author: tgraves
Date: Wed Feb  8 21:09:13 2012
New Revision: 1242095

URL: http://svn.apache.org/viewvc?rev=1242095&view=rev
Log:
HADOOP-8032. mvn site:stage-deploy should be able to use the scp protocol to 
stage documents (Ravi Prakash via tgraves)

Modified:
    hadoop/common/trunk/pom.xml

Modified: hadoop/common/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/hadoop/common/trunk/pom.xml?rev=1242095&r1=1242094&r2=1242095&view=diff
==============================================================================
--- hadoop/common/trunk/pom.xml (original)
+++ hadoop/common/trunk/pom.xml Wed Feb  8 21:09:13 2012
@@ -110,6 +110,13 @@
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
           <version>3.0</version>
+          <dependencies>
+            <dependency><!-- add support for ssh/scp -->
+              <groupId>org.apache.maven.wagon</groupId>
+              <artifactId>wagon-ssh</artifactId>
+              <version>1.0</version>
+            </dependency>
+          </dependencies>
         </plugin>
         <!--This plugin's configuration is used to store Eclipse m2e settings 
only. 
         It has no influence on the Maven build itself.-->


Reply via email to