From: Olivier Lamy Date: Tue, 31 May 2011 20:20:02 +0000 (+0000) Subject: add wagon ssh as a deploy plugin dependency to be able to deploy tru scp with maven 3 X-Git-Tag: archiva-parent-7~9 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=546a29230287c7f4ea4284b2fe48894ba31f7278;p=archiva.git add wagon ssh as a deploy plugin dependency to be able to deploy tru scp with maven 3 git-svn-id: https://svn.apache.org/repos/asf/archiva/parent@1129901 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/pom.xml b/pom.xml index a3858275b..79cf12a64 100644 --- a/pom.xml +++ b/pom.xml @@ -503,6 +503,11 @@ maven-clean-plugin 2.4.1 + + org.apache.maven.plugins + maven-deploy-plugin + 2.6 + org.apache.maven.plugins maven-gpg-plugin @@ -601,7 +606,7 @@ - + org.apache.maven.plugins @@ -624,11 +629,21 @@ maven-site-plugin 3.0-beta-3 + + org.apache.maven.plugins + maven-deploy-plugin + + + org.apache.maven.wagon + wagon-ssh + 1.0-beta-7 + + + -