- Documentation (2.3.0)
- Release Notes
- Tutorials
- Reference
- Introduction
- Settings Files
- Ivy Files
- Ant Tasks
- 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.