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/17 06:50:16 UTC

svn commit: r1158513 - /myfaces/test/trunk/pom.xml

Author: lu4242
Date: Wed Aug 17 04:50:16 2011
New Revision: 1158513

URL: http://svn.apache.org/viewvc?rev=1158513&view=rev
Log:
update site generation (add maven 3 externals scp)

Modified:
    myfaces/test/trunk/pom.xml

Modified: myfaces/test/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/test/trunk/pom.xml?rev=1158513&r1=1158512&r2=1158513&view=diff
==============================================================================
--- myfaces/test/trunk/pom.xml (original)
+++ myfaces/test/trunk/pom.xml Wed Aug 17 04:50:16 2011
@@ -59,7 +59,6 @@
     <build>
     
         <!-- Since Maven 3.0, this is required to add scpexe as protocol for deploy. -->
-        <!--
         <extensions>
           <extension>
             <groupId>org.apache.maven.wagon</groupId>
@@ -67,7 +66,6 @@
             <version>1.0-beta-7</version>
           </extension>
         </extensions>
-        -->
         
         <plugins>
           <!-- plugin> -->