clojars

jumar 2023-02-07T11:04:28.210819Z

How do I specify custom Homepage for my project? I've just pushed https://clojars.org/net.curiousprogrammer/email-check using a new group based on a reversed domain name. But the home page isn't correct: https://github.com/net.curiousprogrammer/email-check it should be https://github.com/curiousprogrammer-net/email-check (or whatever else I choose)

2023-02-07T12:32:46.193089Z

Hi @jumar! That value comes from the SCM section of the pom.xml you upload when deploying, so you can control it. If you update https://github.com/curiousprogrammer-net/email-check/blob/main/pom.xml#L21-L26, you'll see the updated value for your next deployed version.

jumar 2023-02-08T08:18:47.372509Z

Perfect, thanks! Maybe it could be a good FAQ entry? Or is it obvious or documented somewhere? 🙂

2023-02-08T12:06:58.729829Z

My pleasure! That's a good point. It may not be documented anywhere. I'll create an issue to add it to the FAQ.