Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.2.0-RC1, 2.2.0
-
None
-
Linux (CentOS 5.4) x86_64
Description
It would be nice to be able to create a POM file with a dependency which has specific <type> and <classifier>.
Example of wish:
<ivy:makepom ivyfile="./ivy.xml" pomfile="${ant.project.name}.pom">
<mapping conf="default" scope="compile"/>
<mapping conf="runtime" scope="runtime"/>
<dependency
group="com.company.component"
artifact="${ant.project.name}"
version="1.0.0"
type="txt"
classifier="license"/>
</ivy:makepom>
Currently the type="" and classifier="" attributes are not available.