On Wednesday, 21 March 2018 at 15:30:57 UTC, Russel Winder wrote:
On Wed, 2018-03-21 at 11:49 +0000, Andre Pany via Digitalmars-d
wrote:
[...]
[…]
[...]
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 :-).
[...]
I don't feel it is a hard one or the other decision but
possibilities.
In this direction Sönke made a very good proposal how to support
different repositories using the existing registry attribute.
Kind regards
Andre