]> source.dussan.org Git - archiva.git/commitdiff
add wagon ssh as a deploy plugin dependency to be able to deploy tru scp with maven 3
authorOlivier Lamy <olamy@apache.org>
Tue, 31 May 2011 20:20:02 +0000 (20:20 +0000)
committerOlivier Lamy <olamy@apache.org>
Tue, 31 May 2011 20:20:02 +0000 (20:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/parent@1129901 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index a3858275baf533cc6f4cbaf52ca29f8c6bfd01d4..79cf12a644c685e080bec109bbb17ad52e1df984 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           <artifactId>maven-clean-plugin</artifactId>
           <version>2.4.1</version>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-deploy-plugin</artifactId>
+          <version>2.6</version>
+        </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-gpg-plugin</artifactId>
         </file>
       </activation>
       <build>
-       <!-- we need to attach the descriptor for this pom -->
+        <!-- we need to attach the descriptor for this pom -->
         <plugins>
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-site-plugin</artifactId>
               <version>3.0-beta-3</version>
             </plugin>
+            <plugin>
+              <groupId>org.apache.maven.plugins</groupId>
+              <artifactId>maven-deploy-plugin</artifactId>
+              <dependencies>
+                <dependency>
+                  <groupId>org.apache.maven.wagon</groupId>
+                  <artifactId>wagon-ssh</artifactId>
+                  <version>1.0-beta-7</version>
+                </dependency>
+              </dependencies>
+            </plugin>
           </plugins>
         </pluginManagement>
       </build>
     </profile>
   </profiles>
-
 </project>