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/12/03 22:24:14 UTC

[jira] [Comment Edited] (IVY-1474) Ivy Bintray resolver

    [ https://issues.apache.org/jira/browse/IVY-1474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14233538#comment-14233538 ] 

Evgeny Goldin edited comment on IVY-1474 at 12/3/14 9:23 PM:
-------------------------------------------------------------

A documentation file "bintray.xml" was added.


was (Author: evgenyg):
A documentation file now added.

> 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, bintray.xml, 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)