- Documentation (2.4.0-rc1)
- 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
repository
Tag: repository Parent: info
Gives information about a public repository where the module can be found. This information
is given as an indication, repositories being able to be down over time.
Attributes
Attribute | Description | Required |
---|---|---|
name | the name of the repository. Try to respect spelling for common repositories (ibiblio, ivyrep, ...) | Yes |
url | an url pointing to the repository. | Yes |
pattern | an ivy pattern to find modules on this repository | No, but it's recommended to indicate it. |
ivys | true if ivy file can be found on this repository | No, defaults to false. |
artifacts | true if module artifacts can be found on this repository | No, defaults to false. |