clojars

http://clojars.org discussion and “support”, see http://status.clojars.org for status.
rwstauner 2021-03-01T04:07:01.025700Z

to be clear... is project/project (groupId == artifactId) discouraged, now?

seancorfield 2021-03-01T04:17:03.026200Z

@clj149 That has pretty much always been bad, yes, but now it is really discouraged.

seancorfield 2021-03-01T04:18:13.026700Z

It's like foo.core -- Leiningen's default -- has always been a terrible idea too 🙂

1➕
seancorfield 2021-03-01T04:41:02.027500Z

Your GH username is rwstauner so your best bet is com.github.rwstauner/project or io.github.rwstauner/project

2021-03-01T13:53:48.028900Z

@clj149 @seancorfield correct - project/project will soon not be an option for new projects. See https://github.com/clojars/clojars-web/wiki/Verified-Group-Names for how we will handle groups in the future, along with a release timeline for these changes.

rwstauner 2021-03-01T16:05:41.029300Z

thanks, i was hoping there was new documentation 🙂

2021-03-01T16:22:09.029800Z

My pleasure! That documentation just appeared yesterday - you're on the cutting edge!

1
seancorfield 2021-03-01T18:51:04.030700Z

@tcrawley So I can go ahead with my changes to depstar and clj-new now there is a wiki page to point folks to? 🙂

2021-03-01T18:55:29.030800Z

Yes indeed, thanks!

seancorfield 2021-03-01T19:07:25.031Z

https://github.com/seancorfield/clj-new/issues/51 and https://github.com/seancorfield/depstar/issues/70 -- in case you have any feedback before I start implementing them.

2021-03-01T19:23:58.031400Z

Thanks! I'll try to take a look this evening