I would like to generate ant build files from maven that include custom ant tasks that already exist. For example: I use ejbdoclet and webdoclet custom tasks in the maven project to use XDoclet. When I use maven ant to generate the build file from ant, I loose the custom targets, ant the project won't build
Description
I would like to generate ant build files from maven that include custom ant tasks that already exist. For example: I use ejbdoclet and webdoclet custom tasks in the maven project to use XDoclet. When I use maven ant to generate the build file from ant, I loose the custom targets, ant the project won't build