Author: aheritier
Date: Thu Jun  9 14:58:28 2005
New Revision: 189828

URL: http://svn.apache.org/viewcvs?rev=189828&view=rev
Log:
Begin to work on 1.6.2-SNAPSHOT
Fix MPSITE-27 : FTP deployment doesn't create the remote directory root.

Modified:
    maven/maven-1/plugins/trunk/site/plugin.jelly
    maven/maven-1/plugins/trunk/site/project.xml
    maven/maven-1/plugins/trunk/site/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/site/plugin.jelly
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/site/plugin.jelly?rev=189828&r1=189827&r2=189828&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/site/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/site/plugin.jelly Thu Jun  9 14:58:28 2005
@@ -135,7 +135,14 @@
         <pathelement path="${plugin.getDependencyPath('oro')}"/>
       </classpath>
     </taskdef>
+    <ftp action="mkdir"
+         server="${siteAddress}"
+         depends="true"
+         userid="${siteUsername}"
+         password="${maven.password}" 
+         remotedir="${siteDirectory}"/>    
     <ftp server="${siteAddress}"
+       depends="true"
         userid="${siteUsername}"
         password="${maven.password}"
         remotedir="${siteDirectory}">

Modified: maven/maven-1/plugins/trunk/site/project.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/site/project.xml?rev=189828&r1=189827&r2=189828&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/site/project.xml (original)
+++ maven/maven-1/plugins/trunk/site/project.xml Thu Jun  9 14:58:28 2005
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
 <!-- 
 /*
  * Copyright 2001-2004 The Apache Software Foundation.
@@ -17,13 +16,12 @@
  * limitations under the License.
  */
  -->
-
 <project>
   <extend>../plugin-parent/project.xml</extend>
   <pomVersion>3</pomVersion>
   <id>maven-site-plugin</id>
   <name>Maven Site Plugin</name>
-  <currentVersion>1.6.1</currentVersion>
+  <currentVersion>1.6.2-SNAPSHOT</currentVersion>
   <description>Generate web site.</description>
   <shortDescription>Generate web site</shortDescription>
   <url>http://maven.apache.org/reference/plugins/site/</url>

Modified: maven/maven-1/plugins/trunk/site/xdocs/changes.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/site/xdocs/changes.xml?rev=189828&r1=189827&r2=189828&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/site/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/site/xdocs/changes.xml Thu Jun  9 14:58:28 2005
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-
 <!-- 
 /*
  * Copyright 2001-2004 The Apache Software Foundation.
@@ -17,13 +16,15 @@
  * limitations under the License.
  */
  -->
-
 <document>
   <properties>
     <title>Changes</title>
     <author email="[EMAIL PROTECTED]">dIon Gillard</author>
   </properties>
   <body>
+    <release version="1.6.2-SNAPSHOT" date="In SVN">
+      <action dev="aheritier" type="fix" issue="MPSITE-27">FTP deployment 
doesn't create the remote directory root.</action>
+    </release>
     <release version="1.6.1" date="2005-06-05">
       <action dev="aheritier" type="fix" issue="MPSITE-22">Goal site:ftpdeploy 
does nothing</action>
       <action dev="brett" type="fix">In SSH mode do not continue with other 
commands if any prior commands have failed</action>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to