clojars

http://clojars.org discussion and “support”, see http://status.clojars.org for status.
Jakub Holý 2021-03-24T13:55:33.005700Z

Are there plans to support custom (not GH) domains as verified group names? Also, https://github.com/clojars/clojars-web/wiki/Groups should likely be updated as it reads > Maven Central enforces this as a requirement for publishing there; Clojars does not. If you have a domain name that you control, you can use that as the group ID. Alternatively you can pick a unique, creative name for your project, e.g. korma, ring, buddy. which, if I am right, is not true anymore due to the Dependency Confusion attack. (I see there is also https://github.com/clojars/clojars-web/wiki/Verified-Group-Names) Ah, I found the answer: > If you aren't using one of the auto-verified group names above, you will need to https://github.com/clojars/administration/issues/new?template=group_verification.md with the Clojars staff.

✅ 1
2021-03-24T15:35:07.006100Z

Glad you found the answer! Yes, I need to take a pass at the documentation and clean it up. I hope to get to that this weekend.

seancorfield 2021-03-24T16:41:29.006300Z

@tcrawley LMK if you want some help with the Clojure CLI / deps.edn related tooling docs — it’s just Leiningen (and Boot?) right now.

Jakub Holý 2021-03-24T17:43:29.007100Z

Hi again! Any tips how to troubleshoot > Could not transfer artifact cz.holyjak:clj-concordion:jar:2.0.0-20210324.173950-1 from/to clojars (https://repo.clojars.org): Failed to transfer file https://repo.clojars.org/cz/holyjak/clj-concordion/2.0.0-SNAPSHOT/clj-concordion-2.0.0-20210324.173950-1.jar with status code 401 ? This used to work before, and I have gpg --quiet --batch --decrypt ~/.lein/credentials.clj.gpg my credeentials

2021-03-24T17:47:15.007200Z

Looking at the logs, it looks like you aren't using a deploy token. You have to use a token in place of a password now. See https://git.io/JfwjM

2021-03-24T17:47:47.007500Z

Thanks @seancorfield, that would be great. I've never deployed with Clojure CLI

Jakub Holý 2021-03-24T17:48:19.007700Z

thx a lot!

2021-03-24T17:49:08.007900Z

My pleasure!