This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-11-17
Channels
- # beginners (69)
- # calva (25)
- # cider (12)
- # cljdoc (17)
- # cljs-dev (60)
- # clojure (67)
- # clojure-spec (2)
- # clojure-uk (17)
- # clojurescript (46)
- # cloverage (1)
- # code-reviews (6)
- # cursive (3)
- # datascript (8)
- # figwheel-main (1)
- # fulcro (13)
- # hyperfiddle (25)
- # off-topic (7)
- # re-frame (24)
- # reagent (12)
- # reitit (24)
- # ring (8)
- # spacemacs (11)
- # specter (22)
- # tools-deps (7)
- # unrepl (1)
Little question, is there a way to override the information that tools.deps.pom/gen-pom
uses below
https://github.com/clojure/tools.deps.alpha/blob/master/src/main/clojure/clojure/tools/deps/alpha/gen/pom.clj
I am trying to generate a pom with version and project coords coming from the outside
No, but it syncs - so you can change it and it won’t be removed
Yep I saw the sync but in my case the info is coming from another file (either project.clj
or package.json
) and I think it would be awesome to have the pom.xml generated somehow - not persisted. Is it something worth discussing about?
This is the only missing piece for an automated - deps.edn + project descriptor - no manual steps flow 😃 I know there exists probably a maven plugin for bumping versions in a pom but ...it is no very lean
And thanks for the quick answer as well
Or I can write some bash but when this happens it always feels there is something hacky I don't know why