[
https://issues.apache.org/jira/browse/IVY-1262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maarten Coene resolved IVY-1262.
--------------------------------
Resolution: Fixed
Fix Version/s: trunk
Assignee: Maarten Coene
Thanks for the suggestion. I've added this to SVN trunk.
> 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-RC1, 2.2.0
> Environment: Linux (CentOS 5.4) x86_64
> Reporter: Randy Reddekopp
> Assignee: Maarten Coene
> Priority: Minor
> Fix For: trunk
>
>
> 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.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira