clojure-doc / clojure-doc.github.io

Clojure Guides | Getting Started With Clojure | Clojure Tutorials
https://clojure-doc.github.io
45 stars 16 forks source link

Building/deploying projects should clarify artifact-version.jar format #68

Closed seancorfield closed 2 months ago

seancorfield commented 8 months ago

While you can have artifact-classifier-version.jar (and depend on it via group/artifact$classifier), a common mistake might be to upload the -standalone (or some other-named JAR) and the deploy will "work" but people won't be able to depend on your lib.

Should talk to @slipset about maybe making deps-deploy do some additional checking there, or maybe even renaming?