Hi Feilpe
Using ant within maven is relly simple:
for example:
<ant:copy todir="${maven.build.dir}/${project.id}/WEB-INF/classes">
<ant:fileset dir="${dir.project}/src">
<include name="**/*.xml" />
</ant:fileset>
</ant:copy> just use the ant namespace prefix


however to use the full strength of maven you should consider migrating to maven and using maven plugins to do your build jobs

martin

Dear members,

I have an ANT build.xml files, with several well tested tasks and now
I“m trying to migrate to maven.

can I just copy these tasks inside of the maven.xml? and how can I call them?
if not, what I must do instead?

regards,

   Felipe Gaścho
   Schoolbus owner
   https://schoolbus.dev.java.net

---------------------------------------------------------------------
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]



Reply via email to