From c9fffb028629dd4a896d88c9d78c688793a28e16 Mon Sep 17 00:00:00 2001 From: aheritier Date: Mon, 16 Apr 2007 00:21:44 +0000 Subject: [PATCH] Fix settings for rsync deployment of web sites. Requires maven-site-plugin 1.7.2 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@529100 13f79535-47bb-0310-9956-ffa450edef68 --- plugins-common/project.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins-common/project.properties b/plugins-common/project.properties index ab4840a0..c781fccc 100644 --- a/plugins-common/project.properties +++ b/plugins-common/project.properties @@ -52,6 +52,7 @@ maven.linkcheck.exclude=http://svn.apache.org,http://www.clarkware.com/software/ #===== maven.site.stage.address=people.apache.org maven.site.deploy.method=rsync +maven.rsync.args=-rlztO maven.site.stage.directory=${wwwroot}/staging-sites/m1-plugins/${pom.siteDirectory.substring(22)} wwwroot=/home/${maven.username}/public_html