[
https://issues.apache.org/jira/browse/IVY-1135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12766238#action_12766238
]
Stephen Haberman commented on IVY-1135:
---------------------------------------
An example, if I had:
<dependencies defaultconfmapping="A->a;B->b" defaultconf="A">
I could list a dependency without a conf on it:
<dependency org="foo" name="bar" rev="1" />
And defaultconf, "A", would be used, then have the defaultconfmapping applied
to it, so I'd end up with the foo.bar dependency's implied conf being "a" (via
A->a).
> still use defaultconf when defaultconfmapping is defined
> --------------------------------------------------------
>
> Key: IVY-1135
> URL: https://issues.apache.org/jira/browse/IVY-1135
> Project: Ivy
> Issue Type: Improvement
> Affects Versions: 2.1.0
> Reporter: Stephen Haberman
>
> Per this forum post:
> http://www.nabble.com/defaultconf-and-defaultconfmapping-td25582330.html#a25582330
> I think it would be possible (and more intuitive) if defaultconf and
> defaultconfmapping could be used at the same time.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.