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)
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.
Perfect, thanks! Maybe it could be a good FAQ entry? Or is it obvious or documented somewhere? 🙂
My pleasure! That's a good point. It may not be documented anywhere. I'll create an issue to add it to the FAQ.