We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee1f334 commit 3a938e1Copy full SHA for 3a938e1
1 file changed
docs/clojure.tools.build.api.html
@@ -273,6 +273,7 @@
273
Options:
274
:basis - required, used to pull deps, repos
275
:src-pom - source pom.xml to synchronize from, default = "./pom.xml"
276
+ may be :none to ignore any existing pom.xml file
277
:class-dir - root dir for writing pom files, created if needed
278
:target - file path to write pom if no :class-dir specified
279
:lib - required, project lib symbol
@@ -284,7 +285,7 @@
284
285
:resource-dirs - coll of resource dirs
286
:repos - map of repo name to repo config, replaces repos from deps.edn
287
:pom-data - vector of hiccup-style extra pom top elements to include when
- no :src-pom is provided:
288
+ :src-pom is :none or the source pom.xml does not exist:
289
[[:licenses
290
[:license
291
[:name "Eclipse Public License 1.0"]
0 commit comments