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 |