You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Matheus Leite <ma...@gmail.com> on 2004/11/23 21:28:04 UTC

Problems with site:deploy goal

Hi people,

I have a Maven setup with 2 Windows machines; one builds my project
and sends the generated site to the other using the site:deploy goal

However when running site:deploy, it hangs after unpacking the .tar
file at the remote machine. The last lines outputted are:

    [exec] tar: style/maven-base.css: time stamp 2004-11-23 18:15:53 is 5 s in t
he future
    [exec] tar: style/maven-classic.css: time stamp 2004-11-23 18:15:53 is 5 s i
n the future
    [exec] tar: style/maven-theme.css: time stamp 2004-11-23 18:15:53 is 5 s in
the future
    [exec] tar: style/print.css: time stamp 2004-11-23 18:15:53 is 5 s in the fu
ture
    [exec] tar: team-list.html: time stamp 2004-11-23 18:16:00 is 12 s in the fu
ture

However, doing by hand the exact command sent out by the jelly script
(pasted below), I get no problems.

ssh -l foo my.host.bar 'cd
/cygdrive/c/progra~1/apache~1/apache2/htdocs/projects;
gunzip my-project-1.0-site.tar.gz;tar xUvf
my-project-1.0-site.tar;chmod -R g+u * .;rm
mindsatwork-commons-1.0-site.tar

Please, anyone can help me out?

Matheus

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