Roger created IVY-1473:
--------------------------
Summary: 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:
<?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>
--
This message was sent by Atlassian JIRA
(v6.2#6252)