added wagon-ssh as dependency in site-plugin so site deploy using scp would work with maven 3

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1104020 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Maria Odea B. Ching 2011-05-17 06:49:35 +00:00
parent 2dec55e1b1
commit ffac8916cd
1 changed files with 7 additions and 0 deletions

View File

@ -42,6 +42,13 @@
</goals> </goals>
</execution> </execution>
</executions> </executions>
<dependencies>
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ssh</artifactId>
<version>1.0-beta-7</version>
</dependency>
</dependencies>
</plugin> </plugin>
<plugin> <plugin>
<artifactId>maven-assembly-plugin</artifactId> <artifactId>maven-assembly-plugin</artifactId>