Full name:
org.apache.maven.plugins:maven-antrun-plugin:1.2:run
Description:
Maven AntRun Mojo. This plugin provides the capability of calling Ant tasks from a POM by running the nested ant tasks inside the <tasks/> parameter. It is encouraged to move the actual tasks to a separate build.xml file and call that file with an <ant/> task.
Attributes:
test
.Name | Type | Since | 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.File
No
${sourceRoot}
The XML for the Ant task. You can add anything you can add between <target> and </target> in a build.xml.
org.apache.tools.ant.Target
No
${tasks}
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.
java.io.File
No
${testSourceRoot}