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 <[EMAIL PROTECTED]> 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:[EMAIL PROTECTED] > 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 <[EMAIL PROTECTED]> 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: [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]
