Fork me on GitHub
#leiningen
<
2018-01-07
>
rymndhng19:01:21

How does one get the “standard shadow warning” to show up?

jgh19:01:45

im not really sure, i guess you could make an issue on the clojars-web repo requesting it or something

danielcompton20:01:39

@rymndhng I don't think you should be able to trigger it as shadowing isn't allowed for new deploys unless you're whitelisted

danielcompton20:01:11

I wrote a guide on public maven repositories that you're likely to encounter on the JVM: https://www.deps.co/guides/public-maven-repositories/

tcrawley21:01:23

@rymndhng The shadow warning is only for artifacts that were deployed to both maven central and clojars, which clojars used to allow but does no longer. Things that are whitelisted can still be deployed to clojars even if they are on central, but won't have the shadow warning (which is currently only https://clojars.org/net.mikera/clojure-pom, because it was deployed to central originally, then moved to clojars)