- 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
convertpom
since 2.1 Convert pom.xml into an ivy.xml
Attribute | Description | Required |
---|---|---|
pomFile | the location of the pom.xml to convert | Yes |
ivyFile | the location of the ivy.xml to generate | Yes |
Examples
<ivy:convertpom pomFile="pom.xml" ivyFile="ivy.xml" />Just convert an pom.xml file into an ivy.xml.