| ivyfile | the source ivy file to convert | Yes | 
    | pomfile | the destination pom file to write | Yes | 
    | templatefile | the template file to use when generating the pom (since 2.2) | No, defaults to the internal template file. | 
    | artifactName | The name of the artifact which is represented by the generated pom file. (since 2.2) | No, defaults to the module name in the source ivy file. | 
    | artifactPackaging | The packaging of the artifact which is represented by the generated pom file. (since 2.2) | No, the artifact type is taken by default. Defaults to 'pom' if no such artifact is defined. | 
    | conf | a comma separated list of the configurations to include in the generated pom. Wildcards are supported here. (since 2.2) | No, defaults to all configurations. | 
    | settingsRef | A reference to the ivy settings that must be used by this task | No, 'ivy.instance' is taken by default. | 
    | printIvyInfo | Add some information about Ivy to the generated POM. (since 2.2) | No, defaults to 'true'. | 
    | headerFile | the header of the generated pom file | No | 
    | description | The description that will be added to the generated pom. (since 2.2) | No, defaults to no description. |