Author: aheritier Date: Sun Apr 15 16:01:31 2007 New Revision: 529089 URL: http://svn.apache.org/viewvc?view=rev&rev=529089 Log: maven.rsync.args isn't used by site:rsyncdeploy.
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/viewvc/maven/maven-1/plugins/trunk/site/plugin.jelly?view=diff&rev=529089&r1=529088&r2=529089 ============================================================================== --- maven/maven-1/plugins/trunk/site/plugin.jelly (original) +++ maven/maven-1/plugins/trunk/site/plugin.jelly Sun Apr 15 16:01:31 2007 @@ -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="[EMAIL PROTECTED] 'mkdir -p ${siteDirectory}'" /> Modified: maven/maven-1/plugins/trunk/site/project.xml URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/site/project.xml?view=diff&rev=529089&r1=529088&r2=529089 ============================================================================== --- maven/maven-1/plugins/trunk/site/project.xml (original) +++ maven/maven-1/plugins/trunk/site/project.xml Sun Apr 15 16:01:31 2007 @@ -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> Modified: maven/maven-1/plugins/trunk/site/xdocs/changes.xml URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/site/xdocs/changes.xml?view=diff&rev=529089&r1=529088&r2=529089 ============================================================================== --- maven/maven-1/plugins/trunk/site/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/site/xdocs/changes.xml Sun Apr 15 16:01:31 2007 @@ -24,6 +24,9 @@ <author email="[EMAIL PROTECTED]">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>