The Mavent Ant Tasks allow several of Maven's artifact handling features to be used from within an Ant build.
I'm using the maven-antrun-plugin to do a bunch of work with Ant, which ultimately results in a zip file. I'd …
ant maven maven-deploy-plugin maven-ant-tasksAt the end of my ant build id like it to call the equivalent of the command line call mvn …
maven-2 ant jar maven maven-ant-tasksI am trying to set the ant build file to user Maven dependencies and I am getting error as "Failed …
java maven ant build maven-ant-tasksI'm developing with Maven Ant Tasks support. When asking the repository to download desired libraries, it also downloads javadoc and …
maven-2 ant maven-ant-tasks