I have a web based app (using appfuse) which is built by Maven. I am trying to deploy the project in a large scale build environment which is using Ant exclusively. The build engineers are hesitant about using Maven because they do not have any expertise in Maven.
I was wondering if there is an easy way to incorporate my web module into the overall Ant build. I am not a Ant build guru by any means. I looked into the exec task but I was wondering how it would notify the ant build of test failures when running Maven tasks. Any guidance would be greatly appreciated. Regards, Abe
