clojars

http://clojars.org discussion and “support”, see http://status.clojars.org for status.
arrdem 2018-03-09T23:07:48.000277Z

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.

arrdem 2018-03-09T23:07:51.000299Z

[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. -&gt; [Help 1]

arrdem 2018-03-09T23:08:46.000280Z

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.

arrdem 2018-03-09T23:08:52.000191Z

not sure what more I can do to debug this.