You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jv...@apache.org on 2005/12/13 22:06:09 UTC

svn commit: r356620 - /geronimo/specs/trunk/pom.xml

Author: jvanzyl
Date: Tue Dec 13 13:06:07 2005
New Revision: 356620

URL: http://svn.apache.org/viewcvs?rev=356620&view=rev
Log:
o need build extensions for scpexe deploy

Modified:
    geronimo/specs/trunk/pom.xml

Modified: geronimo/specs/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/specs/trunk/pom.xml?rev=356620&r1=356619&r2=356620&view=diff
==============================================================================
--- geronimo/specs/trunk/pom.xml (original)
+++ geronimo/specs/trunk/pom.xml Tue Dec 13 13:06:07 2005
@@ -218,4 +218,14 @@
     </site>
   </distributionManagement>
 
+  <build>
+    <extensions>
+      <extension>
+        <groupId>org.apache.maven.wagon</groupId>
+        <artifactId>wagon-ssh-external</artifactId>
+        <version>1.0-alpha-5</version>
+      </extension>
+    </extensions>
+  </build>
+
 </project>