support scp for site deploy

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1326160 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-04-14 17:39:17 +00:00
parent d3744dbff9
commit e2fcc973cb
1 changed files with 7 additions and 0 deletions

View File

@ -868,6 +868,13 @@
<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>