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:
parent
161bee3755
commit
fce13d6255
@ -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}/* ${siteUsername}@${siteAddress}:${siteDirectory}" />
|
||||
<arg line="-az ${rsyncArgs} ${relativeDocsDest}/ ${siteUsername}@${siteAddress}:${siteDirectory}" />
|
||||
</exec>
|
||||
</goal>
|
||||
</project>
|
||||
|
||||
@ -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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user