plugin task
This task is an extension of
import task that specify the default organisation (org.apache.easyant.plugins) for plugins.
Arguments
| Parameter name |
Description |
Mandatory |
| organisation |
plugin organisation name (default value: org.apache.easyant.plugins) |
|
| module |
plugin module name |
true (if using exploded style) |
| revision |
plugin revision id |
| mrid |
a module revision id(Syntax: organisation#module;revision) |
true (if using mrid style) |
| as |
an alias for imported/included targets |
|
| mode |
specify if we want to import or include |
|
| modulesDir |
specify a directory where modules will be retrieved |
|
| buildConfigurations |
specify one a many build configurations separated by a comma |
|
Example
<ea:plugin module="run-java" revision="0.1" as="run"/>