Skip to content

Commit

Permalink
- clojure-cli: clojure -X:deps pom
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Nov 20, 2023
1 parent 1040c49 commit c7d08d9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- dev: changelog-check remove paths-ignore
- clojure-cli: install deps.edn configuration
- clojure-cli: `clojure -X:deps tree` examples
- clojure-cli: `clojure -X:deps pom`

## Added
- button link to Clojure CLI releases changelog to view available versions
Expand Down
8 changes: 8 additions & 0 deletions docs/clojure-cli/built-in-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,14 @@ Add a library dependency as with any other library (git or local/root):
clojure -X:deps prep
```

## POM file

Generate or update pom.xml with deps and paths

```shell
clojure -X:deps mvn-pom
```


## Resolve Git tags

Expand Down

0 comments on commit c7d08d9

Please sign in to comment.