Welcome! Please see the About page for a little more info on how this works.
tools.build.api/write-pom writes a pom.xml file, but does not expose the file name.
tools.build.api/write-pom
Many tools that deploy to Clojars/Maven Central/etc. expect to be passed the name of a pom.xml file. For example cemerick.pomegranate.aether/deploy and deps-deploy.deps-deploy/deploy expect a :pom-file argument.
:pom-file
This leads to hard-coding this filename, for example in next-jdbc deps.edn, or re-calculating it, as in f-form dev/build.clj.
Would it be possible for tools.build to expose either the pom directory or pom filename, to facilitate the integration of builds and deploys?
Sure, I'll take a look.