Fork me on GitHub
#clojars
<
2018-03-09
>
arrdem23:03:48

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.

arrdem23:03:51

[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 (): Failed to transfer file: . Return code is: 401, ReasonPhrase: Unauthorized. -> [Help 1]

arrdem23:03:46

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.

arrdem23:03:52

not sure what more I can do to debug this.