Fork me on GitHub
#clojars
<
2021-03-24
>
Jakub Holý (HolyJak)13:03:33

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.

3
tcrawley15:03:07

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.

seancorfield16:03:29

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

tcrawley17:03:47

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

Jakub Holý (HolyJak)17:03:29

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

tcrawley17:03:15

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

tcrawley17:03:08

My pleasure!