Why isn't -Spom documented?
clj --help | egrep 'Version|Spom'
Version: 1.12.0.1479Is it because it's deprecated in favor of -X:deps mvn-pom?
Yes, would like to remove it eventually
A follow-up question - it seems that there are two implementations that generate pom.xml - one in clojure.tools.deps.gen.pom and the other in clojure.tools.build.tasks.write-pom.
It seems that the latter has more features.
Will the impls eventually converge, will there be a single impl common to both libs?
(I'm trying to see if I can generate a pom file in memory to feed it to Maven programmatically, without using any files.)
Don’t know