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 2011/08/12 03:31:48 UTC

svn commit: r1156932 - /myfaces/core/trunk/pom.xml

Author: lu4242
Date: Fri Aug 12 01:31:48 2011
New Revision: 1156932

URL: http://svn.apache.org/viewvc?rev=1156932&view=rev
Log:
add scpexe as valid protocol for site:deploy with maven 3

Modified:
    myfaces/core/trunk/pom.xml

Modified: myfaces/core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/pom.xml?rev=1156932&r1=1156931&r2=1156932&view=diff
==============================================================================
--- myfaces/core/trunk/pom.xml (original)
+++ myfaces/core/trunk/pom.xml Fri Aug 12 01:31:48 2011
@@ -62,6 +62,15 @@
     </properties>
 
     <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>
         
         <plugins>