[
https://issues.apache.org/jira/browse/IVY-1473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16187141#comment-16187141
]
Gintas Grigelionis commented on IVY-1473:
-----------------------------------------
configurations and dependencies must have a single defaultconf, whereas
defaultconf on publications has different semantics. Confusing, for sure.
> deliver does not strip private conf from defaultconf='my-private-conf'
> ----------------------------------------------------------------------
>
> Key: IVY-1473
> URL: https://issues.apache.org/jira/browse/IVY-1473
> Project: Ivy
> Issue Type: Bug
> Components: Ant
> Affects Versions: 2.4.0-RC1
> Reporter: Roger
>
> Probably need to check defaultconfmapping= too:
> My deliver command result in the following file:
> {code:xml}
> <?xml version="1.0" encoding="UTF-8"?>
> <info organisation="MyOrg" module="MyModule" revision="20140523152715"
> status="integration" publication="20140523152715"/>
> <configurations>
> <conf name="default"/>
> <conf name="ide" visibility="private"/>
> </configurations>
> <dependencies defaultconf="default,ide">
> ...
> </dependencies>
> </ivy-module>
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)