You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oltu.apache.org by si...@apache.org on 2012/01/11 17:17:41 UTC

svn commit: r1230123 - /incubator/amber/trunk/pom.xml

Author: simonetripodi
Date: Wed Jan 11 16:17:41 2012
New Revision: 1230123

URL: http://svn.apache.org/viewvc?rev=1230123&view=rev
Log:
added the wagon-ssh plugin, Maven3 doesn't handle ssh/scp by default

Modified:
    incubator/amber/trunk/pom.xml

Modified: incubator/amber/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/amber/trunk/pom.xml?rev=1230123&r1=1230122&r2=1230123&view=diff
==============================================================================
--- incubator/amber/trunk/pom.xml (original)
+++ incubator/amber/trunk/pom.xml Wed Jan 11 16:17:41 2012
@@ -482,6 +482,17 @@
         </includes>
       </resource>
     </resources>
+
+    <!--
+     | Maven3 doesn't handle ssh/scp by default
+    -->
+    <extensions>
+      <extension>
+        <groupId>org.apache.maven.wagon</groupId>
+        <artifactId>wagon-ssh</artifactId>
+        <version>1.0</version>
+      </extension>
+    </extensions>
   </build>
 
   <reporting>