]> source.dussan.org Git - archiva.git/commitdiff
wagon ssh for deploying site
authorOlivier Lamy <olamy@apache.org>
Tue, 7 Aug 2012 19:32:34 +0000 (19:32 +0000)
committerOlivier Lamy <olamy@apache.org>
Tue, 7 Aug 2012 19:32:34 +0000 (19:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/parent@1370462 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index ea8e458a393176aa35de2ce48ed1f7f2140dffe2..99636a8e3b1be02d24edead5d71c06a40c961d61 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
           <version>3.1</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>