You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Brett Porter <br...@gmail.com> on 2005/11/15 15:25:30 UTC

Re: [M2] ftp site-deploy error

You need to add an extension including wagon-ftp in your build. There
is an example on the website (if not for ftp, there is definitely one
for ssh external which is the same).

- Brett

On 11/16/05, Yuriy Ivanov <iv...@offshorecreations.com.ua> wrote:
> Hello All,
>
> I was trying to deploy site to my ftp and got this error
>
>
>
> [INFO] [site:deploy]
>
> [ERROR] Nonexistent component: org.apache.maven.wagon.Wagonftp
>
> [INFO]
> ----------------------------------------------------------------------------
>
> [ERROR] BUILD ERROR
>
> [INFO]
> ----------------------------------------------------------------------------
>
> [INFO] Unsupported protocol: 'ftp'
>
>
>
> Embedded error: Cannot find wagon which supports the requested protocol: ftp
>
> Component descriptor cannot be found in the component repository:
> org.apache.maven.wagon.Wagonftp.
>
> [INFO]
> ----------------------------------------------------------------------------
>
> [INFO] For more information, run Maven with the -e switch
>
> [INFO]
> ----------------------------------------------------------------------------
>
>
>
> Best Regards,
>
> Yuri Ivanov
>
>
>

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


RE: [M2] ftp site-deploy error

Posted by Yuriy Ivanov <iv...@offshorecreations.com.ua>.
Unfortunately no, now the server for deploying is in the same local network
with me. I don't have to do this through sftp. 

-----Original Message-----
From: Brett Porter [mailto:brett.porter@gmail.com] 
Sent: Wednesday, November 16, 2005 2:33 AM
To: Maven Users List
Subject: Re: [M2] ftp site-deploy error

Hmm, I forgot about that :(

Please file an issue, we need to implement that method for ftp.

Are you able to use sftp?

- Brett

On 11/16/05, Yuriy Ivanov <iv...@offshorecreations.com.ua> wrote:
> Thanks for a quick answer,
> I add to the pom.xml
>
> <extensions>
>         <extension>
>                 <groupId>org.apache.maven.wagon</groupId>
>                 <artifactId>wagon-ftp</artifactId>
>         </extension>
> </extensions>
>
> And when tried site:deploy got new error -
>
> [INFO] Ignoring the index file generation for the English version.
> [INFO] [site:deploy]
> [INFO]
>
----------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
>
----------------------------------------------------------------------------
> [INFO] Wagon protocol 'ftp' doesn't support directory copying
> [INFO]
>
----------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
>
----------------------------------------------------------------------------
>
>
> -----Original Message-----
> From: Brett Porter [mailto:brett.porter@gmail.com]
> Sent: Tuesday, November 15, 2005 4:26 PM
> To: Maven Users List
> Subject: Re: [M2] ftp site-deploy error
>
> You need to add an extension including wagon-ftp in your build. There
> is an example on the website (if not for ftp, there is definitely one
> for ssh external which is the same).
>
> - Brett
>
> On 11/16/05, Yuriy Ivanov <iv...@offshorecreations.com.ua> wrote:
> > Hello All,
> >
> > I was trying to deploy site to my ftp and got this error
> >
> >
> >
> > [INFO] [site:deploy]
> >
> > [ERROR] Nonexistent component: org.apache.maven.wagon.Wagonftp
> >
> > [INFO]
> >
>
----------------------------------------------------------------------------
> >
> > [ERROR] BUILD ERROR
> >
> > [INFO]
> >
>
----------------------------------------------------------------------------
> >
> > [INFO] Unsupported protocol: 'ftp'
> >
> >
> >
> > Embedded error: Cannot find wagon which supports the requested protocol:
> ftp
> >
> > Component descriptor cannot be found in the component repository:
> > org.apache.maven.wagon.Wagonftp.
> >
> > [INFO]
> >
>
----------------------------------------------------------------------------
> >
> > [INFO] For more information, run Maven with the -e switch
> >
> > [INFO]
> >
>
----------------------------------------------------------------------------
> >
> >
> >
> > Best Regards,
> >
> > Yuri Ivanov
> >
> >
> >
>
> ---------------------------------------------------------------------
> 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


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


Re: [M2] ftp site-deploy error

Posted by Brett Porter <br...@gmail.com>.
Hmm, I forgot about that :(

Please file an issue, we need to implement that method for ftp.

Are you able to use sftp?

- Brett

On 11/16/05, Yuriy Ivanov <iv...@offshorecreations.com.ua> wrote:
> Thanks for a quick answer,
> I add to the pom.xml
>
> <extensions>
>         <extension>
>                 <groupId>org.apache.maven.wagon</groupId>
>                 <artifactId>wagon-ftp</artifactId>
>         </extension>
> </extensions>
>
> And when tried site:deploy got new error -
>
> [INFO] Ignoring the index file generation for the English version.
> [INFO] [site:deploy]
> [INFO]
> ----------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] Wagon protocol 'ftp' doesn't support directory copying
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ----------------------------------------------------------------------------
>
>
> -----Original Message-----
> From: Brett Porter [mailto:brett.porter@gmail.com]
> Sent: Tuesday, November 15, 2005 4:26 PM
> To: Maven Users List
> Subject: Re: [M2] ftp site-deploy error
>
> You need to add an extension including wagon-ftp in your build. There
> is an example on the website (if not for ftp, there is definitely one
> for ssh external which is the same).
>
> - Brett
>
> On 11/16/05, Yuriy Ivanov <iv...@offshorecreations.com.ua> wrote:
> > Hello All,
> >
> > I was trying to deploy site to my ftp and got this error
> >
> >
> >
> > [INFO] [site:deploy]
> >
> > [ERROR] Nonexistent component: org.apache.maven.wagon.Wagonftp
> >
> > [INFO]
> >
> ----------------------------------------------------------------------------
> >
> > [ERROR] BUILD ERROR
> >
> > [INFO]
> >
> ----------------------------------------------------------------------------
> >
> > [INFO] Unsupported protocol: 'ftp'
> >
> >
> >
> > Embedded error: Cannot find wagon which supports the requested protocol:
> ftp
> >
> > Component descriptor cannot be found in the component repository:
> > org.apache.maven.wagon.Wagonftp.
> >
> > [INFO]
> >
> ----------------------------------------------------------------------------
> >
> > [INFO] For more information, run Maven with the -e switch
> >
> > [INFO]
> >
> ----------------------------------------------------------------------------
> >
> >
> >
> > Best Regards,
> >
> > Yuri Ivanov
> >
> >
> >
>
> ---------------------------------------------------------------------
> 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: [M2] ftp site-deploy error

Posted by Yuriy Ivanov <iv...@offshorecreations.com.ua>.
Thanks for a quick answer, 
I add to the pom.xml 

<extensions>
	<extension>
		<groupId>org.apache.maven.wagon</groupId>
		<artifactId>wagon-ftp</artifactId>
	</extension>			
</extensions>

And when tried site:deploy got new error - 

[INFO] Ignoring the index file generation for the English version.
[INFO] [site:deploy]
[INFO]
----------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
----------------------------------------------------------------------------
[INFO] Wagon protocol 'ftp' doesn't support directory copying
[INFO]
----------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
----------------------------------------------------------------------------


-----Original Message-----
From: Brett Porter [mailto:brett.porter@gmail.com] 
Sent: Tuesday, November 15, 2005 4:26 PM
To: Maven Users List
Subject: Re: [M2] ftp site-deploy error

You need to add an extension including wagon-ftp in your build. There
is an example on the website (if not for ftp, there is definitely one
for ssh external which is the same).

- Brett

On 11/16/05, Yuriy Ivanov <iv...@offshorecreations.com.ua> wrote:
> Hello All,
>
> I was trying to deploy site to my ftp and got this error
>
>
>
> [INFO] [site:deploy]
>
> [ERROR] Nonexistent component: org.apache.maven.wagon.Wagonftp
>
> [INFO]
>
----------------------------------------------------------------------------
>
> [ERROR] BUILD ERROR
>
> [INFO]
>
----------------------------------------------------------------------------
>
> [INFO] Unsupported protocol: 'ftp'
>
>
>
> Embedded error: Cannot find wagon which supports the requested protocol:
ftp
>
> Component descriptor cannot be found in the component repository:
> org.apache.maven.wagon.Wagonftp.
>
> [INFO]
>
----------------------------------------------------------------------------
>
> [INFO] For more information, run Maven with the -e switch
>
> [INFO]
>
----------------------------------------------------------------------------
>
>
>
> Best Regards,
>
> Yuri Ivanov
>
>
>

---------------------------------------------------------------------
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