You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Hogeweg, Erwin (GE Infrastructure)" <Er...@ge.com> on 2005/08/28 23:32:59 UTC

[m1.1] Can't get ftp deployment to work

All,

I am trying to deploy the site using ftp, but I can't get it configured. The fact that ssh is being used suggests that maven didn't recognize the ftp url.

I must be missing something but I can't figure out what it is.

Any help is highly appreciated.

Thanks,

Erwin


This is a snippet from my build.properties (not over ridden in project.properties)...
maven.repo.list=myproject
maven.repo.myproject=ftp://webserver
maven.repo.myproject.directory=website

... and this is the output
BUILD FAILED
File...... D:\Documents and Settings\Erwin\.maven\cache\maven-site-plugin-1.6.1\plugin.jelly
Element... exec
Line...... 171
Column.... 56
Execute failed: java.io.IOException: CreateProcess: ssh -l <username> sebserver "mkdir -p website/myProject/anArtifact" error=2
Total time   : 2 minutes 42 seconds
Finished at  : Sunday, August 28, 2005 5:18:17 PM EDT


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


Re: [m1.1] Can't get ftp deployment to work

Posted by Brett Porter <br...@gmail.com>.
Just to clear up some confusion here - the maven.repo properties are
not used for site deployment.

- Brett

On 8/29/05, Arnaud HERITIER <ah...@gmail.com> wrote:
> You should add :
> 
> maven.site.deploy.method = ftp
> 
> Arnaud
> 
> > -----Message d'origine-----
> > De : Hogeweg, Erwin (GE Infrastructure) [mailto:Erwin.Hogeweg@ge.com]
> > Envoyé : dimanche 28 août 2005 23:33
> > À : Maven Users List
> > Objet : [m1.1] Can't get ftp deployment to work
> >
> > All,
> >
> > I am trying to deploy the site using ftp, but I can't get it
> > configured. The fact that ssh is being used suggests that
> > maven didn't recognize the ftp url.
> >
> > I must be missing something but I can't figure out what it is.
> >
> > Any help is highly appreciated.
> >
> > Thanks,
> >
> > Erwin
> >
> >
> > This is a snippet from my build.properties (not over ridden
> > in project.properties)...
> > maven.repo.list=myproject
> > maven.repo.myproject=ftp://webserver
> > maven.repo.myproject.directory=website
> >
> > ... and this is the output
> > BUILD FAILED
> > File...... D:\Documents and
> > Settings\Erwin\.maven\cache\maven-site-plugin-1.6.1\plugin.jelly
> > Element... exec
> > Line...... 171
> > Column.... 56
> > Execute failed: java.io.IOException: CreateProcess: ssh -l
> > <username> sebserver "mkdir -p website/myProject/anArtifact" error=2
> > Total time   : 2 minutes 42 seconds
> > Finished at  : Sunday, August 28, 2005 5:18:17 PM EDT
> >
> >
> > ---------------------------------------------------------------------
> > 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
> 
>

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


RE: [m1.1] Can't get ftp deployment to work

Posted by Arnaud HERITIER <ah...@gmail.com>.
You should add :

maven.site.deploy.method = ftp

Arnaud 

> -----Message d'origine-----
> De : Hogeweg, Erwin (GE Infrastructure) [mailto:Erwin.Hogeweg@ge.com] 
> Envoyé : dimanche 28 août 2005 23:33
> À : Maven Users List
> Objet : [m1.1] Can't get ftp deployment to work
> 
> All,
> 
> I am trying to deploy the site using ftp, but I can't get it 
> configured. The fact that ssh is being used suggests that 
> maven didn't recognize the ftp url.
> 
> I must be missing something but I can't figure out what it is.
> 
> Any help is highly appreciated.
> 
> Thanks,
> 
> Erwin
> 
> 
> This is a snippet from my build.properties (not over ridden 
> in project.properties)...
> maven.repo.list=myproject
> maven.repo.myproject=ftp://webserver
> maven.repo.myproject.directory=website
> 
> ... and this is the output
> BUILD FAILED
> File...... D:\Documents and 
> Settings\Erwin\.maven\cache\maven-site-plugin-1.6.1\plugin.jelly
> Element... exec
> Line...... 171
> Column.... 56
> Execute failed: java.io.IOException: CreateProcess: ssh -l 
> <username> sebserver "mkdir -p website/myProject/anArtifact" error=2
> Total time   : 2 minutes 42 seconds
> Finished at  : Sunday, August 28, 2005 5:18:17 PM EDT
> 
> 
> ---------------------------------------------------------------------
> 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