]> source.dussan.org Git - archiva.git/commitdiff
added wagon-ssh as dependency in site-plugin so site deploy using scp would work...
authorMaria Odea B. Ching <oching@apache.org>
Tue, 17 May 2011 06:49:35 +0000 (06:49 +0000)
committerMaria Odea B. Ching <oching@apache.org>
Tue, 17 May 2011 06:49:35 +0000 (06:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1104020 13f79535-47bb-0310-9956-ffa450edef68

archiva-docs/pom.xml

index a5b48753e5c42c09252f36de157dd37b2ecfd902..06d1c6ff2174e6fe0b5418f00e7c569c25be0607 100644 (file)
             </goals>
           </execution>
         </executions>
+        <dependencies>
+          <dependency>
+            <groupId>org.apache.maven.wagon</groupId>
+            <artifactId>wagon-ssh</artifactId>
+            <version>1.0-beta-7</version>
+          </dependency>
+        </dependencies>
       </plugin>
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>