Top "Maven-antrun-plugin" questions

This plugin provides the ability to run Ant tasks from within Maven.

Plugin maven-antrun-plugin execution not covered by lifecycle configuration with m2e

I know this has been asked before but I'm still struggling on solving this issue. When I load projects into …

java eclipse maven m2e maven-antrun-plugin
How to call maven-antrun-plugin target without attach execution to a maven phase ?

I use maven-antrun-plugin for init config files for my project. But i need to init config files just once, when …

maven maven-antrun-plugin
Calling foreach in maven-antrun-plugin

I'm trying to set up maven to execute the LESS CSS preprocessor on a directory in my web project. The …

maven ant ant-contrib maven-antrun-plugin