- Documentation (2.6.0-local-20230820130639)
- Release Notes
- Tutorials
- Reference
- Introduction
- System Properties
- Settings Files
- Ivy Files
- Ant Tasks
- artifactproperty
- artifactreport
- buildlist
- buildnumber
- buildobr
- cachefileset
- cachepath
- checkdepsupdate
- cleancache
- configure
- convertmanifest
- convertpom
- deliver
- dependencytree
- findrevision
- fixdeps
- info
- install
- listmodules
- makepom
- post resolve tasks
- publish
- report
- repreport
- resolve
- resources
- retrieve
- settings
- var
- Using standalone
- OSGi
- Developer doc
convertpom
[since 2.1]
Convert pom.xml
into an ivy.xml
Attributes
Attribute | Description | Required |
---|---|---|
pomFile |
the location of the |
Yes |
ivyFile |
the location of the |
Yes |
Examples
<ivy:convertpom pomFile="pom.xml" ivyFile="ivy.xml"/>
Just convert a pom.xml
file into an ivy.xml
.