Top "Maven-ant-tasks" questions

The Mavent Ant Tasks allow several of Maven's artifact handling features to be used from within an Ant build.

How can I deploy a zip file created with the maven-antrun-plugin?

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-tasks
Using Maven ant task to install jar to local repository

At 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-tasks
Maven Ant Tasks - Dependencies

I 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-tasks
Avoid javadoc and sources downloading, when using Maven ant Tasks

I'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