From d5a4bdbfc6029087ccc0d009179f2d87ef12c32f Mon Sep 17 00:00:00 2001 From: dion Date: Thu, 16 Sep 2004 00:30:19 +0000 Subject: [PATCH] MPSITE-15 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116046 13f79535-47bb-0310-9956-ffa450edef68 --- site/plugin.jelly | 2 +- site/plugin.properties | 1 + site/project.xml | 2 +- site/xdocs/changes.xml | 3 +++ site/xdocs/properties.xml | 10 ++++++++++ 5 files changed, 16 insertions(+), 2 deletions(-) diff --git a/site/plugin.jelly b/site/plugin.jelly index 24d3eab7..63ab9ffe 100644 --- a/site/plugin.jelly +++ b/site/plugin.jelly @@ -143,7 +143,7 @@ - + diff --git a/site/plugin.properties b/site/plugin.properties index db8fff5a..23e7a6c9 100644 --- a/site/plugin.properties +++ b/site/plugin.properties @@ -27,6 +27,7 @@ maven.site.deploy.method=ssh maven.site.tar.executable=tar +maven.site.tar.options=xUvf maven.site.gunzip.executable=gunzip maven.username=USERNAME_NOT_SET diff --git a/site/project.xml b/site/project.xml index 97d2c042..8ea6269c 100644 --- a/site/project.xml +++ b/site/project.xml @@ -23,7 +23,7 @@ 3 maven-site-plugin Maven Site Plugin - 1.5.1 + 1.5.2-SNAPSHOT Generate web site. Requires Maven 1.0 RC2. Generate web site http://maven.apache.org/reference/plugins/site/ diff --git a/site/xdocs/changes.xml b/site/xdocs/changes.xml index b9c1ba84..0774dba4 100644 --- a/site/xdocs/changes.xml +++ b/site/xdocs/changes.xml @@ -24,6 +24,9 @@ dIon Gillard + + Allow tar options as a property + Update commons-httpclient and commons-net diff --git a/site/xdocs/properties.xml b/site/xdocs/properties.xml index 8af221e5..5223bb77 100644 --- a/site/xdocs/properties.xml +++ b/site/xdocs/properties.xml @@ -83,6 +83,16 @@ system has a default version of tar that is failing. + + maven.site.tar.options + Yes + + Specifies the options to use for 'tar' when deploying the site. + Defaults to xUvf. Override this property if your + system has a version of tar that is failing, e.g. it doesn't support the + U option. + + maven.site.gunzip.executable