searchmodule task

Description

This is an interactive task designed to search ivy modules, ask user to select a result and store user selected item in properties.
Properties needs to be prefixed like :

Arguments

Parameter name Description Mandatory
organisation organisation name to search true
module module name to search true
revision revision to search true
propertyPrefix property prefix used to store results true
branch branch name to search Default: *
matcher matcher name user for search Default: exactOrRegexp
resolver restrict search on the specified resolver nameDefault: default resolver configured in ivy instance

Example

Select all skeletons and all their versions.
  <ea:searchmodule organisation="org.apache.easyant.skeletons" module="*" revision="*" propertyPrefix="MYPREFIX" />
This is for example performed in skeleton plugin.