Maven 1.x Ant Plugin

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

Details

  • Type: New Feature New Feature
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 1.10
  • Component/s: None
  • Labels:
    None
  • Environment:
    n/a
  • Number of attachments :
    0

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.

Activity

Hide
Brill Pappin added a comment -

Is this fix going into the Maven 2 plugin?
I notice that that is similar functionality with the ant and antrun goals in M2.

Show
Brill Pappin added a comment - Is this fix going into the Maven 2 plugin? I notice that that is similar functionality with the ant and antrun goals in M2.
Hide
Arnaud Heritier added a comment -

No, I'll fix it only for maven 1.
I'll add a new goal like ant:run

Show
Arnaud Heritier added a comment - No, I'll fix it only for maven 1. I'll add a new goal like ant:run
Hide
Arnaud Heritier added a comment -

new goal ant:execute is added. This goal uses the properties : maven.ant.execute.script, maven.ant.execute.dir, maven.ant.execute.target

Show
Arnaud Heritier added a comment - new goal ant:execute is added. This goal uses the properties : maven.ant.execute.script, maven.ant.execute.dir, maven.ant.execute.target

People

Vote (0)
Watch (1)

Dates

  • Created:
    Updated:
    Resolved: