Thanks Wayne, that worked wonderfully! -----Original Message----- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2008 4:31 PM To: Maven Users List Subject: Re: Setting up an ANT FTP Task using maven-antrun plugin
> I am trying to set up an ANT FTP task using maven-antrun-plugin as > below..but it errors out with the following error.. > > I have the oro.jar and commons-net.jar in my C:\ant\lib folder.. You will need to add plugin dependencies to the maven-antrun-plugin itself to specify the jars necessary for the ftp task to be successful. This is detailed in the documentation for the plugin: http://maven.apache.org/plugins/maven-antrun-plugin/examples/customTasks .html Alternatively, you may want to consider using the maven-deploy-plugin instead. Wayne --------------------------------------------------------------------- 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]
