Hi All,
Recently I found out from this forum how to get an ant ftp target to work
from maven.
I got it working one one project, but the exact same plugin did not work on
another project on another machine.
It gave me errors as if I did not have the dependencies correct
this is the error
[INFO]
-
Hi All,
I found this post that helped me
http://www.nabble.com/Is-there-FTP-plugin--tt8164184s177.html#a8167656
Bruce
bheath wrote:
>
> 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 targ
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