You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by lt...@apache.org on 2005/09/14 01:10:48 UTC

svn commit: r280712 - /maven/maven-1/plugins/trunk/site/plugin.properties

Author: ltheussl
Date: Tue Sep 13 16:10:45 2005
New Revision: 280712

URL: http://svn.apache.org/viewcvs?rev=280712&view=rev
Log:
Remove U from tar options: it makes ssh fail if failonerror=true

Modified:
    maven/maven-1/plugins/trunk/site/plugin.properties

Modified: maven/maven-1/plugins/trunk/site/plugin.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/site/plugin.properties?rev=280712&r1=280711&r2=280712&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/site/plugin.properties (original)
+++ maven/maven-1/plugins/trunk/site/plugin.properties Tue Sep 13 16:10:45 2005
@@ -27,7 +27,7 @@
 maven.site.deploy.method=ssh
 
 maven.site.tar.executable=tar
-maven.site.tar.options=xUvf
+maven.site.tar.options=xvf
 maven.site.gunzip.executable=gunzip
 
 maven.rsync.executable=rsync



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: svn commit: r280712 - /maven/maven-1/plugins/trunk/site/plugin.properties

Posted by Lukas Theussl <lt...@apache.org>.

Carlos Sanchez wrote:
> You forgot to update the properties.xml and changes.xml. Could you do that?

Actually I am still undecided if I'm not going to revert this. This is 
related to MPSITE-34, we will have to do a compromise somewhere so the 
deploy does not fail on every minor problem.

Thanks for spotting this anyway, it's still on my TODO list!

-Lukas

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: svn commit: r280712 - /maven/maven-1/plugins/trunk/site/plugin.properties

Posted by Carlos Sanchez <ca...@apache.org>.
You forgot to update the properties.xml and changes.xml. Could you do that?

Regards

On 9/13/05, ltheussl@apache.org <lt...@apache.org> wrote:
> Author: ltheussl
> Date: Tue Sep 13 16:10:45 2005
> New Revision: 280712
>
> URL: http://svn.apache.org/viewcvs?rev=280712&view=rev
> Log:
> Remove U from tar options: it makes ssh fail if failonerror=true
>
> Modified:
>     maven/maven-1/plugins/trunk/site/plugin.properties
>
> Modified: maven/maven-1/plugins/trunk/site/plugin.properties
> URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/site/plugin.properties?rev=280712&r1=280711&r2=280712&view=diff
> ==============================================================================
> --- maven/maven-1/plugins/trunk/site/plugin.properties (original)
> +++ maven/maven-1/plugins/trunk/site/plugin.properties Tue Sep 13 16:10:45 2005
> @@ -27,7 +27,7 @@
>  maven.site.deploy.method=ssh
>
>  maven.site.tar.executable=tar
> -maven.site.tar.options=xUvf
> +maven.site.tar.options=xvf
>  maven.site.gunzip.executable=gunzip
>
>  maven.rsync.executable=rsync
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org