You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Nicolas FRANK <nf...@financeactive.com> on 2003/04/17 10:02:12 UTC

RE : Maven on Windows - Java portability issue.

You can do it !

Just add in your build.properties (in your documents and settings\[your
login])
maven.site.deploy.method = fs

fs allows you to directly deploy to an location in the file system, which is
not the default.
To know more about it, this is describe in the plugin properties
documentation


-----Message d'origine-----
De : Andre Cesta [mailto:acesta@clear.co.nz] 
Envoyé : jeudi 17 avril 2003 09:36
À : users@maven.apache.org
Objet : Maven on Windows - Java portability issue.



I have been trying to run maven on Windows, and it works quite well for 
building other projects,
downloading the files from the repository, etc.

But when I try `maven site:deploy` it fails with the following message:

BUILD FAILED
null:95:56: <exec> Execute failed: java.io.IOException: CreateProcess: 
ssh local
host -l aacesta "mkdir -p /main/project" error=2
Total time:  26 seconds

I've just downloaded cygwin, and will try to set a ssh server running on 
my box.

Is there any other way out that you know?

It would be good to have an option to deploy the site by copying the 
files locally.

Is maven site:deploy that important?  Maybe I can copy the files with my 
own command
as a work around....

maven site:generate works file with reports, tests, etc.

Thanks, Andre'



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


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