From the docs: "This plugin provides the ability to run Ant tasks from within Maven 2."

Do I need to install Ant to run ant tasks or does the maven plugin already includes Ant? Thanks.

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

No, you don't need to install Ant. Maven will download all required dependencies.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.