maven.rsync.args isn't used by site:rsyncdeploy.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@529089 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2007-04-15 23:01:31 +00:00
parent d363a739ef
commit db81e52b5e
3 changed files with 5 additions and 1 deletions

View File

@ -249,6 +249,7 @@
description="Deploy the generated site using rsync"
prereqs="site:init,site:remote-deploy-init">
<j:set var="rsyncArgs" value="${maven.rsync.args}" />
<echo>rsyncing...</echo>
<exec dir="." executable="${maven.ssh.executable}" failonerror="${maven.site.failonerror}">
<arg line="${siteUsername}@${siteAddress} 'mkdir -p ${siteDirectory}'" />

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-site-plugin</id>
<name>Maven Site Plugin</name>
<currentVersion>1.7.1</currentVersion>
<currentVersion>1.7.2-SNAPSHOT</currentVersion>
<description>Generate web site.</description>
<shortDescription>Generate web site</shortDescription>
<developers>

View File

@ -24,6 +24,9 @@
<author email="dion@multitask.com.au">dIon Gillard</author>
</properties>
<body>
<release version="1.7.2-SNAPSHOT" date="In SVN">
<action dev="aheritier" type="fix">maven.rsync.args isn't used by site:rsyncdeploy.</action>
</release>
<release version="1.7.1" date="2007-03-28">
<action dev="aheritier" type="update">Update dependencies to unify them between plugins. The following dependencies are updated : commons-net v1.4.0 to v1.4.1</action>
<action dev="aheritier" type="fix">Update files modes on the remote host after deployment with rsync (you don't have to use the same rights in your local directory).</action>