Hey folks, I’m trying to upload me.arrdem:clojure:1.10.0-SNAPSHOT
and I’m consistently seeing a 401: unauthorized despite having my Maven setup what should be wired up correctly.
[ERROR] Failed to execute goal org.sonatype.plugins:nexus-staging-maven-plugin:1.6.7:deploy (injected-nexus-deploy) on project clojure: Failed to deploy artifacts: Could not transfer artifact me.arrdem:clojure:jar:1.10.0-20180309.230637-1 from/to clojars (<https://clojars.org/repo>): Failed to transfer file: <https://clojars.org/repo/me/arrdem/clojure/1.10.0-SNAPSHOT/clojure-1.10.0-20180309.230637-1.jar>. Return code is: 401, ReasonPhrase: Unauthorized. -> [Help 1]
I’m running with an appropriate settings.xml
which defines clojars
to pull username and password details appropriately, and those credentials have been manually validated against the website.
not sure what more I can do to debug this.