I'd like a goal in the ant plugin that would allow me to simply execute ant in a project.
I use Maven exclusivly now, but every one in a while I have to run a build on a legacy or 3rd party project... it would be nice if I didn't have to install Ant for this, since its already built into Maven.
Description
I'd like a goal in the ant plugin that would allow me to simply execute ant in a project.
I use Maven exclusivly now, but every one in a while I have to run a build on a legacy or 3rd party project... it would be nice if I didn't have to install Ant for this, since its already built into Maven.
Brill Pappin - 06/Feb/06 01:20 PM Is this fix going into the Maven 2 plugin?
I notice that that is similar functionality with the ant and antrun goals in M2.
Arnaud Heritier - 08/May/06 06:16 PM new goal ant:execute is added. This goal uses the properties : maven.ant.execute.script, maven.ant.execute.dir, maven.ant.execute.target
I notice that that is similar functionality with the ant and antrun goals in M2.