Issue Details (XML | Word | Printable)

Key: MPANT-25
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Arnaud Heritier
Reporter: Brill Pappin
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Maven 1.x Ant Plugin

Add a goal to execute an build.xml file from maven

Created: 04/Aug/05 07:49 PM   Updated: 08/May/06 06:16 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.10

Time Tracking:
Not Specified

Environment: n/a


 Description  « Hide
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.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Brill Pappin added a comment - 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 added a comment - 06/Feb/06 04:52 PM
No, I'll fix it only for maven 1.
I'll add a new goal like ant:run

Arnaud Heritier added a comment - 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