aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-docs
diff options
context:
space:
mode:
authorMaria Odea B. Ching <oching@apache.org>2011-05-17 06:49:35 +0000
committerMaria Odea B. Ching <oching@apache.org>2011-05-17 06:49:35 +0000
commitffac8916cd7581f4951930b061890c8ce69e0454 (patch)
tree61097afaf9437435aba270fe09e7c84d9fc2fa1d /archiva-docs
parent2dec55e1b16779cffcf89b041eed1cc60ffd8750 (diff)
downloadarchiva-ffac8916cd7581f4951930b061890c8ce69e0454.tar.gz
archiva-ffac8916cd7581f4951930b061890c8ce69e0454.zip
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
Diffstat (limited to 'archiva-docs')
-rw-r--r--archiva-docs/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/archiva-docs/pom.xml b/archiva-docs/pom.xml
index a5b48753e..06d1c6ff2 100644
--- a/archiva-docs/pom.xml
+++ b/archiva-docs/pom.xml
@@ -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>