makepom child element dependency should support the type and classifier
attributes.
-----------------------------------------------------------------------------------
Key: IVY-1262
URL: https://issues.apache.org/jira/browse/IVY-1262
Project: Ivy
Issue Type: Improvement
Components: Maven Compatibility
Affects Versions: 2.2.0, 2.2.0-RC1
Environment: Linux (CentOS 5.4) x86_64
Reporter: Randy Reddekopp
Priority: Minor
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.