On Sunday 02 May 2004 12:41, Geoffrey wrote:
> site:sshdeploy keeps hanging at:
>
>  <exec dir="${maven.build.dir}" executable="${maven.scp.executable}">
>       <arg line="${maven.scp.args} ${maven.final.name}-site.tar.gz
> [EMAIL PROTECTED]:${maven.homepage}"/>
>     </exec>

Hi I have copied some things from the maven-plugins.sourceforge.net to make it 
work

first what properties you really need when you deploy to sf
maven.username=keesj
maven.remote.group=mmapps

and also handy
<siteDirectory>/home/groups/${pom.groupId.substring(0,1)}/${pom.groupId.substring(0,2)}/${pom.groupId}/htdocs/${pom.artifactId}</siteDirectory>

for a better example  see

http://cvs.sourceforge.net/viewcvs.py/maven-plugins/maven-plugins/project.xml?view=markup



> I 've tried it in my shell and it's working, but it asks for my
> certificates passphrase.
> So my guess is, it hangs on the input of that.
>
> Is this the agent you are talking about? I am using cygwin - openssh.
>
> Thanks for any and all help,
> Geoffrey
>
> "David R Robison" <[EMAIL PROTECTED]> schreef in bericht
> news:[EMAIL PROTECTED]
>
> > I use OpenSSH from Cygwin. You can download it from
> > http://www.cygwin.com/ David
> >
> > Quoting Geoffrey <[EMAIL PROTECTED]>:
> > > Hi,
> > >
> > > I am using win XP and I would like to site:deploy on sourceforge from
> > > maven.
> > > But I haven't got an ssh command on my shell.
> > >
> > > Where can I find a compatible ssh client and enable ssh in the command
> > > shell?
> > > Which other steps do I have to take to make it work in Maven for
> > > SourceForge?
> > >
> > > Is there guide on site:deploy?
> > >
> > > --
> > > Thanks for any and all help,
> > > Geoffrey
> > >
> > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to