Usage: clj -m trident.build.pom [options] 
Generates a new `pom.xml` in the current directory (overwrites any existing `pom.xml`).
Options:
  -g, --group-id ID
  -a, --artifact-id ID
  -v, --version VERSION
  -G, --github-repo REPO  <username>/<repo>, e.g. `jacobobryant/trident`
      --edn EDN           Additional options. Overrides CLI options.
  -h, --help
Config is stored under the :trident/lib key in deps.edn.
```
Usage: clj -m trident.build.pom [options] 
Generates a new `pom.xml` in the current directory (overwrites any existing `pom.xml`).
Options:
  -g, --group-id ID
  -a, --artifact-id ID
  -v, --version VERSION
  -G, --github-repo REPO  <username>/<repo>, e.g. `jacobobryant/trident`
      --edn EDN           Additional options. Overrides CLI options.
  -h, --help
Config is stored under the :trident/lib key in deps.edn.
```(sync-pom {:keys [group-id artifact-id version github-repo]})Generates a new pom.xml in the current directory (overwrites any existing pom.xml).
Generates a new `pom.xml` in the current directory (overwrites any existing `pom.xml`).
(xml-replace xml k v)(xml-replace xml k v & kvs)Replaces the value of the first k tag with v
Replaces the value of the first `k` tag with `v`
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs | 
| ← | Move to previous article | 
| → | Move to next article | 
| Ctrl+/ | Jump to the search field |