dion 2004/09/15 17:30:20
Modified: site plugin.properties plugin.jelly project.xml
site/xdocs properties.xml changes.xml
Log:
MPSITE-15
Revision Changes Path
1.5 +1 -0 maven-plugins/site/plugin.properties
Index: plugin.properties
===================================================================
RCS file: /home/cvs/maven-plugins/site/plugin.properties,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- plugin.properties 4 Mar 2004 18:38:55 -0000 1.4
+++ plugin.properties 16 Sep 2004 00:30:19 -0000 1.5
@@ -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
1.26 +1 -1 maven-plugins/site/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven-plugins/site/plugin.jelly,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- plugin.jelly 8 Mar 2004 11:08:41 -0000 1.25
+++ plugin.jelly 16 Sep 2004 00:30:19 -0000 1.26
@@ -143,7 +143,7 @@
</exec>
<exec dir="." executable="${maven.ssh.executable}">
- <arg line="${maven.ssh.args} -l ${maven.username} ${pom.siteAddress} 'cd
${maven.homepage};${maven.site.gunzip.executable}
${maven.final.name}-site.tar.gz;${maven.site.tar.executable} xUvf
${maven.final.name}-site.tar;chmod -R g+u * .;rm ${maven.final.name}-site.tar'"/>
+ <arg line="${maven.ssh.args} -l ${maven.username} ${pom.siteAddress} 'cd
${maven.homepage};${maven.site.gunzip.executable}
${maven.final.name}-site.tar.gz;${maven.site.tar.executable} ${maven.site.tar.options}
${maven.final.name}-site.tar;chmod -R g+u * .;rm ${maven.final.name}-site.tar'"/>
</exec>
<delete file="${maven.build.dir}/${maven.final.name}-site.tar.gz"/>
1.37 +1 -1 maven-plugins/site/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/site/project.xml,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- project.xml 11 Jul 2004 02:28:50 -0000 1.36
+++ project.xml 16 Sep 2004 00:30:19 -0000 1.37
@@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-site-plugin</id>
<name>Maven Site Plugin</name>
- <currentVersion>1.5.1</currentVersion>
+ <currentVersion>1.5.2-SNAPSHOT</currentVersion>
<description>Generate web site. Requires Maven 1.0 RC2.</description>
<shortDescription>Generate web site</shortDescription>
<url>http://maven.apache.org/reference/plugins/site/</url>
1.6 +10 -0 maven-plugins/site/xdocs/properties.xml
Index: properties.xml
===================================================================
RCS file: /home/cvs/maven-plugins/site/xdocs/properties.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- properties.xml 23 Aug 2004 21:09:01 -0000 1.5
+++ properties.xml 16 Sep 2004 00:30:19 -0000 1.6
@@ -83,6 +83,16 @@
system has a default version of tar that is failing.
</td>
</tr>
+ <tr>
+ <td>maven.site.tar.options</td>
+ <td>Yes</td>
+ <td>
+ Specifies the options to use for 'tar' when deploying the site.
+ Defaults to <code>xUvf</code>. Override this property if your
+ system has a version of tar that is failing, e.g. it doesn't support the
+ <code>U</code> option.
+ </td>
+ </tr>
<tr>
<td>maven.site.gunzip.executable</td>
1.20 +3 -0 maven-plugins/site/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/site/xdocs/changes.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- changes.xml 11 Jul 2004 02:29:54 -0000 1.19
+++ changes.xml 16 Sep 2004 00:30:19 -0000 1.20
@@ -24,6 +24,9 @@
<author email="[EMAIL PROTECTED]">dIon Gillard</author>
</properties>
<body>
+ <release version="1.5.2-SNAPSHOT" date="in CVS">
+ <action dev="dion" type="update" issue="MPSITE-15" due-to="M. Sean
Gilligan">Allow tar options as a property</action>
+ </release>
<release version="1.5.1" date="2004-07-10">
<action dev="brett" type="update">Update commons-httpclient and
commons-net</action>
</release>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]