-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple artifacts with classifiers? #62
Comments
Initially, my thinking about So in short, I think I'd rather not, but I don't have very strong feelings either way. |
Not sure what |
I might very well have misunderstood. Reading over it again, it seems to me that you're asking for two things:
I hope that I managed to understand you better on my second reading through? |
Alex says the Maven deploy plugin renames the JAR you give it to The issue here is that if a user creates their JAR with a non-standard name, The classifier/multiple artifacts question sort of falls out of that: if |
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 thatdeps-deploy
might want to handle (to avoid the issue in the thread above)?The text was updated successfully, but these errors were encountered: