Author: rwinston
Date: Sun Mar 14 20:24:40 2010
New Revision: 922947

URL: http://svn.apache.org/viewvc?rev=922947&view=rev
Log:
Experimenting with scp options

Modified:
    commons/proper/net/branches/NET_2_0/pom.xml

Modified: commons/proper/net/branches/NET_2_0/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/net/branches/NET_2_0/pom.xml?rev=922947&r1=922946&r2=922947&view=diff
==============================================================================
--- commons/proper/net/branches/NET_2_0/pom.xml (original)
+++ commons/proper/net/branches/NET_2_0/pom.xml Sun Mar 14 20:24:40 2010
@@ -226,6 +226,13 @@ limitations under the License.
                                </includes>
                        </testResource>
                </testResources>
+<extensions>
+    <extension>
+      <groupId>org.apache.maven.wagon</groupId>
+      <artifactId>wagon-ssh-external</artifactId>
+      <version>1.0-alpha-6</version>
+    </extension>
+  </extensions>
 
 
        </build>


Reply via email to