You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Evgeny Goldin (JIRA)" <ji...@apache.org> on 2014/11/10 00:55:34 UTC

[jira] [Updated] (IVY-1474) Ivy Bintray resolver

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

Evgeny Goldin updated IVY-1474:
-------------------------------
    Attachment: 0001-BintrayResolver-added.patch

> 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: 0001-BintrayResolver-added.patch, 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)