You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/clojure.tools.build.api.html
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -250,8 +250,13 @@
250
250
:opts - coll of writer opts like :append and :encoding (per clojure.java.io)</pre></div></div><divclass="public anchor" id="var-write-pom"><h3>write-pom</h3><divclass="usage"><code>(write-pom params)</code></div><divclass="doc"><preclass="plaintext">Write pom.xml and pom.properties files to the class dir under
251
251
META-INF/maven/group-id/artifact-id/ (where Maven typically writes
252
252
these files), or to target (exactly one of :class-dir and :target must
253
-
be provided). The pom deps, dirs, and repos are either synced from
254
-
the src-pom or generated from the basis.
253
+
be provided).
254
+
255
+
Optionally use :src-pom to provide a pom template (or a default will
256
+
be generated from the provided attributes). The pom deps, dirs, and
257
+
repos from the basis will replace those sections of the template. Note
258
+
that the :src-pom template is not validated and should contain required
259
+
elements such as modelVersion.
255
260
256
261
If a repos map is provided it supersedes the repos in the basis.
0 commit comments