- Documentation (2.4.0)
- Release Notes
 - Tutorials
 - Reference
- Introduction
 - Settings Files
 - Ivy Files
 - Ant Tasks
- artifactproperty
 - artifactreport
 - buildlist
 - buildobr
 - buildnumber
 - cachefileset
 - cachepath
 - checkdepsupdate
 - cleancache
 - configure
 - convertmanifest
 - convertpom
 - deliver
 - dependencytree
 - findrevision
 - fixdeps
 - info
 - install
 - listmodules
 - makepom
 - post resolve tasks
 - publish
 - repreport
 - resolve
 - resources
 - retrieve
 - report
 - settings
 - var
 
 - Using standalone
 - OSGi
 
 - Developer doc
 
 
modules
Tag: modules
Defines per module or module set settings. The rules are given by defining a module set, using a pattern for module organisation and name, and giving some settings for the set, like the name of the corresponding resolver to use.
If no rules match a given module, the default setting will be used.
Note: You can greatly improve the performance of dependency resolution by configuring multiple smaller resolvers instead of one large resolver (i.e. chain). For instance, if you have a local repository for your modules and a remote repository for third party libraries, it is a good idea to have two separate resolvers, one for all of your modules and another for the rest (the default one).
Child elements
| Element | Description | Cardinality | 
|---|---|---|
| module | defines a module set rule | 1..n | 

