This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-04-24
Channels
- # announcements (3)
- # babashka (23)
- # beginners (35)
- # cider (3)
- # clara (3)
- # clj-kondo (14)
- # cljdoc (1)
- # cljs-dev (1)
- # clojure (82)
- # clojure-austin (9)
- # clojure-europe (5)
- # clojurescript (23)
- # conjure (62)
- # cursive (73)
- # defnpodcast (1)
- # emacs (3)
- # ethereum (1)
- # gratitude (1)
- # hyperfiddle (12)
- # introduce-yourself (1)
- # leiningen (2)
- # lsp (44)
- # malli (7)
- # polylith (2)
- # portal (17)
- # re-frame (5)
- # reitit (3)
- # sci (8)
- # shadow-cljs (5)
- # tools-build (11)
Something along these lines: https://gist.github.com/bsless/839bbf7b7ab73adfba6703e79c079cff Any ideas regarding the best way to handle the different POMs?
I need to publish clojure libraries to maven central (not clojars). Since tools.build does not currently support this, what is the recommended way to achieve this? I am considering generating a pom and using maven to publish.
I just skimmed the docs. I thought it only worked with clojars, but maybe that is not the case.
I managed to get it to push to a private, S3 compatible service a few days ago, which seems more twisted. Iirc reading the source you should be able to change the destination repo
I also was inches away from shelling out to mvn... I guess that's an acceptable solution