buildtype task

This task is an extension of import task that specify the default organisation for build types(org.apache.easyant.buildtypes).

Arguments

Parameter name Description Mandatory
organisation plugin organisation name (default value: org.apache.easyant.buildtypes)
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:build module="build-std-java" revision="0.2"/>