See clojure-doc/clojure-doc.github.io#68 and this Slack thread: https://clojurians.slack.com/archives/C0H28NMAS/p1705364966218609
Per Alex: multiple artifacts with different classifiers all share the same pom and usually they are uploaded as part of the same deployment (with normal maven deploy plugin).
Is this something that deps-deploy might want to support?
If not, is validating the JAR name (to be artifact-version.jar) or renaming it to that during uploading something that deps-deploy might want to handle (to avoid the issue in the thread above)?
See clojure-doc/clojure-doc.github.io#68 and this Slack thread: https://clojurians.slack.com/archives/C0H28NMAS/p1705364966218609
Per Alex: multiple artifacts with different classifiers all share the same pom and usually they are uploaded as part of the same deployment (with normal maven deploy plugin).
Is this something that
deps-deploymight want to support?If not, is validating the JAR name (to be
artifact-version.jar) or renaming it to that during uploading something thatdeps-deploymight want to handle (to avoid the issue in the thread above)?