I can sympathise, having been through all this my self trying to build and deploy a Maven 2 site.
In the end I am using Maven 2 for builds and Maven 1 to build the site, there are so many problems with the reports and deployment that I decide to wait for a couple of months for the site building side of Maven 2 to settle down. Tony > -----Original Message----- > From: Yuriy Ivanov [mailto:[EMAIL PROTECTED] > Sent: 15 November 2005 15:41 > To: 'Maven Users List' > Subject: RE: [M2] ftp site-deploy error > > > 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] > > http://www.bbc.co.uk/ This e-mail (and any attachments) is confidential and may contain personal views which are not the views of the BBC unless specifically stated. If you have received it in error, please delete it from your system. Do not use, copy or disclose the information in any way nor act in reliance on it and notify the sender immediately. Please note that the BBC monitors e-mails sent or received. Further communication will signify your consent to this. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
