You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by neeraj daffodil <ne...@gmail.com> on 2006/09/07 10:24:06 UTC

Ant Maven 1.0.2 FTP

Hi all
        i am using ant build file to transfer the file to remote ftp server
and i am able to do ,but if i try to call the build file in maven it show
error
but before this i called the ant file in my maven 1.0.2 maven.xml file and
that time it work
by following

<project xmlns:ant="jelly:ant">
  <goal name="do-ant-bit">
    <ant:ant dir="${basedir}" antfile="build.xml" />
  </goal>
</project>

but it is not working in case of ftp
 I want to know there is any other way to do ftp task in maven 1.0.2 ,or
there is any plugin available for ftp

how i can achieve this task  can any one know

Regards
Neeraj Singh Bisht