diff --git a/site/plugin.jelly b/site/plugin.jelly index 72bb766d..e55530e5 100644 --- a/site/plugin.jelly +++ b/site/plugin.jelly @@ -99,7 +99,7 @@ - + diff --git a/site/plugin.properties b/site/plugin.properties index d0056db8..931a69cd 100644 --- a/site/plugin.properties +++ b/site/plugin.properties @@ -10,5 +10,8 @@ # to copy the site to maven.site.deploy.method=ssh +maven.site.tar.executable=tar +maven.site.gunzip.executable=gunzip + maven.username=USERNAME_NOT_SET diff --git a/site/project.xml b/site/project.xml index 56ea8e93..5f36ff6e 100644 --- a/site/project.xml +++ b/site/project.xml @@ -5,7 +5,7 @@ 3 maven-site-plugin Maven Site Plugin - 1.1 + 1.2-SNAPSHOT Java Project Management Tools http://maven.apache.org/reference/plugins/site/ diff --git a/site/xdocs/changes.xml b/site/xdocs/changes.xml index e99262cc..0e534846 100644 --- a/site/xdocs/changes.xml +++ b/site/xdocs/changes.xml @@ -6,16 +6,26 @@ - + + + + Added properties maven.site.gunzip.executable + and maven.site.tar.executable + + + + Added ability to deploy via filesystem + Original release for Maven 1.0-beta6 + diff --git a/site/xdocs/properties.xml b/site/xdocs/properties.xml index 8c6568ad..83177439 100644 --- a/site/xdocs/properties.xml +++ b/site/xdocs/properties.xml @@ -42,6 +42,25 @@ The siteDirectory property will be used to copy the site to. + + maven.site.tar.executable + Yes + + Specifies the executable to use for 'tar' when deploying the site. + Defaults to tar. Override this property if your + system has a default version of tar that is failing. + + + + + maven.site.gunzip.executable + Yes + + Specifies the executable to use for 'gunzip' when deploying the site. + Defaults to gunzip. Override this property if your + system has a default version of gunzip that is failing. + +