to be clear... is project/project
(groupId == artifactId) discouraged, now?
@clj149 That has pretty much always been bad, yes, but now it is really discouraged.
It's like foo.core
-- Leiningen's default -- has always been a terrible idea too 🙂
Your GH username is rwstauner so your best bet is com.github.rwstauner/project or io.github.rwstauner/project
@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.
thanks, i was hoping there was new documentation 🙂
My pleasure! That documentation just appeared yesterday - you're on the cutting edge!
@tcrawley So I can go ahead with my changes to depstar
and clj-new
now there is a wiki page to point folks to? 🙂
Yes indeed, thanks!
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.
Thanks! I'll try to take a look this evening