You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2012/03/21 00:50:28 UTC

svn commit: r1303217 - /myfaces/orchestra/trunk/maven/pom.xml

Author: lu4242
Date: Tue Mar 20 23:50:28 2012
New Revision: 1303217

URL: http://svn.apache.org/viewvc?rev=1303217&view=rev
Log:
add scpexe protocol to site deploy

Modified:
    myfaces/orchestra/trunk/maven/pom.xml

Modified: myfaces/orchestra/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/maven/pom.xml?rev=1303217&r1=1303216&r2=1303217&view=diff
==============================================================================
--- myfaces/orchestra/trunk/maven/pom.xml (original)
+++ myfaces/orchestra/trunk/maven/pom.xml Tue Mar 20 23:50:28 2012
@@ -106,6 +106,16 @@
   </repositories>
 
   <build>
+   
+    <!-- Since Maven 3.0, this is required to add scpexe as protocol for deploy. -->
+    <extensions>
+      <extension>
+        <groupId>org.apache.maven.wagon</groupId>
+        <artifactId>wagon-ssh-external</artifactId>
+        <version>1.0-beta-7</version>
+      </extension>
+    </extensions>
+  
     <resources>
       <resource>
         <directory>${basedir}</directory>