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

Nicolas Lalevée updated IVY-1474:
---------------------------------
    Labels: patch  (was: )

> Ivy Bintray resolver
> --------------------
>
>                 Key: IVY-1474
>                 URL: https://issues.apache.org/jira/browse/IVY-1474
>             Project: Ivy
>          Issue Type: New Feature
>            Reporter: Evgeny Goldin
>              Labels: patch
>         Attachments: patch.diff
>
>
> This patch add an Ivy Bintray resolver which can the be used as follows:
> {code}
> <ivysettings>
>   <settings defaultResolver="chain"/>
>   <resolvers>
>     <chain name="chain">
>       <!-- http://dl.bintray.com/jfrog/jfrog-jars/ -->
>       <bintray subject="jfrog" repo="jfrog-jars"/>
>       <!-- http://jcenter.bintray.com/ -->
>       <bintray />
>     </chain>
>   </resolvers>
> </ivysettings>
> {code}
> See {{"src/example/bintray"}} for complete example.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to