From 85032f73b2233ce047c9c4d5b92e3b9eb44500a1 Mon Sep 17 00:00:00 2001 From: brett Date: Thu, 20 Jan 2005 11:33:25 +0000 Subject: [PATCH] tweaks to rsync options and docs git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@125757 13f79535-47bb-0310-9956-ffa450edef68 --- site/plugin.jelly | 4 ++-- site/project.xml | 2 +- site/xdocs/changes.xml | 3 +++ site/xdocs/properties.xml | 13 +++++++++---- 4 files changed, 15 insertions(+), 7 deletions(-) diff --git a/site/plugin.jelly b/site/plugin.jelly index 65d1b6d4..a9376715 100644 --- a/site/plugin.jelly +++ b/site/plugin.jelly @@ -284,7 +284,7 @@ - + @@ -303,7 +303,7 @@ - + diff --git a/site/project.xml b/site/project.xml index ebf60a9f..76d65af5 100644 --- a/site/project.xml +++ b/site/project.xml @@ -23,7 +23,7 @@ 3 maven-site-plugin Maven Site Plugin - 1.6 + 1.6.1-SNAPSHOT Generate web site. Generate web site http://maven.apache.org/reference/plugins/site/ diff --git a/site/xdocs/changes.xml b/site/xdocs/changes.xml index a71203cc..de8bc048 100644 --- a/site/xdocs/changes.xml +++ b/site/xdocs/changes.xml @@ -24,6 +24,9 @@ dIon Gillard + + Remove -v option from rsync by default + Add ability to clean the destination before deployment Add the rsync deployment method diff --git a/site/xdocs/properties.xml b/site/xdocs/properties.xml index 044d5b1c..22e44d61 100644 --- a/site/xdocs/properties.xml +++ b/site/xdocs/properties.xml @@ -108,6 +108,13 @@ named rsync must be in your path). + + maven.rsync.args + Yes + + Specifies optional parameters that are passed to the rsync executable (in addition to -az). + + maven.ssh.args Yes @@ -159,10 +166,8 @@

Set the following porperties (preferably in your %HOME%/build.properties)

- -maven.scp.executable=pscp -maven.ssh.executable=plink - + maven.scp.executable=pscp +maven.ssh.executable=plink