Author: lukaszlenart
Date: Tue Dec 21 07:50:05 2010
New Revision: 1051401

URL: http://svn.apache.org/viewvc?rev=1051401&view=rev
Log:
Adds missing wagon ssh extension

Modified:
    struts/site/pom.xml

Modified: struts/site/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/site/pom.xml?rev=1051401&r1=1051400&r2=1051401&view=diff
==============================================================================
--- struts/site/pom.xml (original)
+++ struts/site/pom.xml Tue Dec 21 07:50:05 2010
@@ -66,6 +66,12 @@
   </distributionManagement>
 
     <build>
+        <extensions>
+            <extension>
+                <groupId>org.apache.maven.wagon</groupId>
+                <artifactId>wagon-ssh</artifactId>
+            </extension>
+        </extensions>
         <plugins>
             <plugin>
                 <artifactId>maven-site-plugin</artifactId>


Reply via email to