minor fix to rsync command

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@154465 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2005-02-20 01:26:23 +00:00
parent 161bee3755
commit fce13d6255
2 changed files with 3 additions and 1 deletions

View File

@ -303,8 +303,9 @@
<echo>Cleaning destination</echo> <echo>Cleaning destination</echo>
<j:set var="rsyncArgs" value="${rsyncArgs} --delete" /> <j:set var="rsyncArgs" value="${rsyncArgs} --delete" />
</j:if> </j:if>
<!-- Note: trailing slash is important! -->
<exec dir="." executable="${maven.rsync.executable}"> <exec dir="." executable="${maven.rsync.executable}">
<arg line="-az ${rsyncArgs} ${relativeDocsDest}/* ${siteUsername}@${siteAddress}:${siteDirectory}" /> <arg line="-az ${rsyncArgs} ${relativeDocsDest}/ ${siteUsername}@${siteAddress}:${siteDirectory}" />
</exec> </exec>
</goal> </goal>
</project> </project>

View File

@ -25,6 +25,7 @@
</properties> </properties>
<body> <body>
<release version="1.6.1-SNAPSHOT" date="in SVN"> <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> <action dev="brett" type="change">Remove -v option from rsync by default</action>
</release> </release>
<release version="1.6" date="2005-01-18"> <release version="1.6" date="2005-01-18">