You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by oc...@apache.org on 2011/05/17 08:49:36 UTC

svn commit: r1104020 - /archiva/trunk/archiva-docs/pom.xml

Author: oching
Date: Tue May 17 06:49:35 2011
New Revision: 1104020

URL: http://svn.apache.org/viewvc?rev=1104020&view=rev
Log:
added wagon-ssh as dependency in site-plugin so site deploy using scp would work with maven 3

Modified:
    archiva/trunk/archiva-docs/pom.xml

Modified: archiva/trunk/archiva-docs/pom.xml
URL: http://svn.apache.org/viewvc/archiva/trunk/archiva-docs/pom.xml?rev=1104020&r1=1104019&r2=1104020&view=diff
==============================================================================
--- archiva/trunk/archiva-docs/pom.xml (original)
+++ archiva/trunk/archiva-docs/pom.xml Tue May 17 06:49:35 2011
@@ -42,6 +42,13 @@
             </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>