Fork me on GitHub
#clojars
<
2023-02-07
>
jumar11:02:28

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)

tcrawley12:02:46

Hi @U06BE1L6T! 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.

jumar08:02:47

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

tcrawley12:02:58

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