You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2011/06/18 11:32:41 UTC

svn commit: r1137148 - /commons/proper/digester/trunk/pom.xml

Author: simonetripodi
Date: Sat Jun 18 09:32:40 2011
New Revision: 1137148

URL: http://svn.apache.org/viewvc?rev=1137148&view=rev
Log:
added the ssh wagon, since Maven3 doesn't support it out of the box

Modified:
    commons/proper/digester/trunk/pom.xml

Modified: commons/proper/digester/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/pom.xml?rev=1137148&r1=1137147&r2=1137148&view=diff
==============================================================================
--- commons/proper/digester/trunk/pom.xml (original)
+++ commons/proper/digester/trunk/pom.xml Sat Jun 18 09:32:40 2011
@@ -255,6 +255,18 @@
         </configuration>
       </plugin>
     </plugins>
+
+    <!--
+     | Maven3 doest'n handle ssh/scp by default
+     | let's take in consideration to add it in the parent pom
+    -->
+    <extensions>
+      <extension>
+        <groupId>org.apache.maven.wagon</groupId>
+        <artifactId>wagon-ssh</artifactId>
+        <version>1.0-beta-7</version>
+      </extension>
+    </extensions>
   </build>
 
   <reporting>