convertpom


since 2.1 Convert pom.xml into an ivy.xml
AttributeDescriptionRequired
pomFilethe location of the pom.xml to convertYes
ivyFilethe location of the ivy.xml to generateYes

Examples

    <ivy:convertpom pomFile="pom.xml" ivyFile="ivy.xml" />
Just convert an pom.xml file into an ivy.xml.