Maven AntRun Mojo. This plugin provides the capability of calling ant tasks from a POM by runing the nested ant tasks inside the <task/> parameter. It is encouraged to move the actual tasks to a separate build.xml file and call that file with an <ant/> task.
Mojo Attributes:
test| Name | Type | Description |
|---|---|---|
| sourceRoot | File |
This folder is added to the list of those folders containing source to be compiled. Use this if your ant script generates source code. |
| tasks | Target |
The XML for the Ant task. You can add anything you can add between <target> and </target> in a build.xml. |
| testSourceRoot | File |
This folder is added to the list of those folders containing source to be compiled for testing. Use this if your ant script generates test source code. |
This folder is added to the list of those folders containing source to be compiled. Use this if your ant script generates source code.
java.io.FileNo${sourceRoot}org.apache.tools.ant.TargetNo${tasks}java.io.FileNo${testSourceRoot}