basic-configuration-strategy
Description
This strategy contains the logic to fill a classpath with given arguments
Arguments
Parameter name | Description | Mandatory |
---|---|---|
pathid | name of the path id to fill | true |
organisation | organisation name to search | |
module | module name to search | |
revision | revision number to search | |
conf | configuration name Default: default |
|
settingsRef | A reference to the ivy settings that must be used by this task Default: easyant.ivy.instance |
Example
<ea:basic-configuration-strategy org="org.codehaus.groovy" module="groovy-all" revision="1.0" />