convertpom

[since 2.1]

Convert pom.xml into an ivy.xml

Attributes

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 a pom.xml file into an ivy.xml.