You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Gintas Grigelionis (JIRA)" <ji...@apache.org> on 2017/08/31 19:51:00 UTC

[jira] [Updated] (IVY-1473) deliver does not strip private conf from defaultconf='my-private-conf'

     [ https://issues.apache.org/jira/browse/IVY-1473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gintas Grigelionis updated IVY-1473:
------------------------------------
    Description: 
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}

  was:
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>



> 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)