On Wed, 2018-03-21 at 11:49 +0000, Andre Pany via Digitalmars-d wrote: > […] > If I understand correctly, Bintray == JFrog Artifactory. Yes it > would be also nice if dub support is added to both solutions. > If JFrog accepts PR on Github we could even add dub support > on ourselfs.
JFrog have Artifactory yes, but I do not know if Bintray is actually something different or just a public instance of Artifactory. In any event Bintray is a public repository of stuff, with JCenter being the bit for Maven type artefacts – most of the people I know publish to Maven Central via JCenter so as to avoid Sonatype's Nexus. I believe Maven is the wrong model for D, it is all about artefacts for use in JVM-based language builds. Conan (C/C++ repository) is a much better model for D, as is crates.io (Rust/Cargo repository), and indeed Dub :-). > One side information. I also created a pr for dub to support > maven repositories > as dub registries. https://github.com/dlang/dub/pull/1415 > With this pull request we can use many repository solutions > (Nexus, Artifactory, ...) > as dub registries. > > Kind regards > André > -- Russel. =========================================== Dr Russel Winder t: +44 20 7585 2200 41 Buckmaster Road m: +44 7770 465 077 London SW11 1EN, UK w: www.russel.org.uk
signature.asc
Description: This is a digitally signed message part
