Author: brett
Date: Sat Feb 19 17:26:23 2005
New Revision: 154465

URL: http://svn.apache.org/viewcvs?view=rev&rev=154465
Log:
minor fix to rsync command

Modified:
    maven/maven-1/plugins/trunk/site/   (props changed)
    maven/maven-1/plugins/trunk/site/plugin.jelly
    maven/maven-1/plugins/trunk/site/xdocs/changes.xml

Propchange: maven/maven-1/plugins/trunk/site/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sat Feb 19 17:26:23 2005
@@ -1,3 +1,4 @@
 maven-site-plugin.iml
 velocity.log
 project.xml.backup
+target

Modified: maven/maven-1/plugins/trunk/site/plugin.jelly
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/site/plugin.jelly?view=diff&r1=154464&r2=154465
==============================================================================
--- maven/maven-1/plugins/trunk/site/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/site/plugin.jelly Sat Feb 19 17:26:23 2005
@@ -303,8 +303,9 @@
       <echo>Cleaning destination</echo>
       <j:set var="rsyncArgs" value="${rsyncArgs} --delete" />
     </j:if>
+    <!-- Note: trailing slash is important! -->
     <exec dir="." executable="${maven.rsync.executable}">
-      <arg line="-az ${rsyncArgs} ${relativeDocsDest}/* [EMAIL 
PROTECTED]:${siteDirectory}" />
+      <arg line="-az ${rsyncArgs} ${relativeDocsDest}/ [EMAIL 
PROTECTED]:${siteDirectory}" />
     </exec>
   </goal>
 </project>

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?view=diff&r1=154464&r2=154465
==============================================================================
--- maven/maven-1/plugins/trunk/site/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/site/xdocs/changes.xml Sat Feb 19 17:26:23 2005
@@ -25,6 +25,7 @@
   </properties>
   <body>
     <release version="1.6.1-SNAPSHOT" date="in SVN">
+      <action dev="brett" type="fix" issue="MPSITE-23" due-to="Oscar 
Picasso">Corrected rsync behaviour in some environments</action>
       <action dev="brett" type="change">Remove -v option from rsync by 
default</action>
     </release>
     <release version="1.6" date="2005-01-18">



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

Reply via email to