Author: tv
Date: Fri Mar 27 08:38:11 2009
New Revision: 759055

URL: http://svn.apache.org/viewvc?rev=759055&view=rev
Log:
- Use scpexe for deployment as it seems to work better with ssh-agent.
- Use maven-site-plugin 2.0

Modified:
    turbine/fulcrum/trunk/parent/pom.xml

Modified: turbine/fulcrum/trunk/parent/pom.xml
URL: 
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/parent/pom.xml?rev=759055&r1=759054&r2=759055&view=diff
==============================================================================
--- turbine/fulcrum/trunk/parent/pom.xml (original)
+++ turbine/fulcrum/trunk/parent/pom.xml Fri Mar 27 08:38:11 2009
@@ -277,7 +277,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
-        <version>2.0-beta-6</version>
+        <version>2.0</version>
         <configuration>
           <!-- Exclude the navigation file for Maven 1 sites
                and the changes file used by the changes-plugin,
@@ -534,7 +534,7 @@
       Make the deployment protocol pluggable. This allows to switch to
       other protocols like scpexe, which some users prefer over scp.
     -->
-    <fulcrum.deployment.protocol>scp</fulcrum.deployment.protocol>
+    <fulcrum.deployment.protocol>scpexe</fulcrum.deployment.protocol>
     
     <!--
       Encoding of Java source files: Make sure, that the compiler and


Reply via email to