Skip to content

Commit 3a938e1

Browse files
committed
Action doc commit
1 parent ee1f334 commit 3a938e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/clojure.tools.build.api.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@
273273
Options:
274274
:basis - required, used to pull deps, repos
275275
:src-pom - source pom.xml to synchronize from, default = "./pom.xml"
276+
may be :none to ignore any existing pom.xml file
276277
:class-dir - root dir for writing pom files, created if needed
277278
:target - file path to write pom if no :class-dir specified
278279
:lib - required, project lib symbol
@@ -284,7 +285,7 @@
284285
:resource-dirs - coll of resource dirs
285286
:repos - map of repo name to repo config, replaces repos from deps.edn
286287
:pom-data - vector of hiccup-style extra pom top elements to include when
287-
no :src-pom is provided:
288+
:src-pom is :none or the source pom.xml does not exist:
288289
[[:licenses
289290
[:license
290291
[:name "Eclipse Public License 1.0"]

0 commit comments

Comments
 (0)