Hi All, I have an ant task that I am run from my pom file using the plugin maven-antrun-plugin. Recently I added another target to the ant task that runs ftp. To get ftp to work with just ant alone (not run through maven) I had to add a couple of jars to my ant/lib directory.
If I try to run my ant task through maven I get the same error I see when I did not have the ant libraries installed. I tried adding the files as a dependency in my pom but that did not help. Is there a way to tell maven to use my installed ant when I want to run an ANT task from maven? Sorry id this is a total newbie question, but I am a maven total newbie Thanks Bruce -- View this message in context: http://www.nabble.com/need-to-run-an-ANT-task-that-uses-FTP-tp16815757s177p16815757.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
