]> source.dussan.org Git - archiva.git/commitdiff
support scp for site deploy
authorOlivier Lamy <olamy@apache.org>
Sat, 14 Apr 2012 17:39:17 +0000 (17:39 +0000)
committerOlivier Lamy <olamy@apache.org>
Sat, 14 Apr 2012 17:39:17 +0000 (17:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1326160 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index f830e6453227942f003df753e3bf6dfd7f5cfccd..11c9f8cc3cff02d7c153c3df02ce3f165d1845af 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
           <version>3.0</version>
+          <dependencies>
+            <dependency>
+              <groupId>org.apache.maven.wagon</groupId>
+              <artifactId>wagon-ssh</artifactId>
+              <version>2.2</version>
+            </dependency>
+          </dependencies>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>