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

Reply via email to