How to create an Ant build file from Maven (pom.xml)?
In some cases, you may need to generate Ant build file (build.xml) for your project integration purpose. For example, the klockwork code analysis tool is required Ant file to perform the static code analysis processes for java project. Maven Ant plugin Maven comes with a handy Ant plugin to generate Ant build file from Maven …