Skip to content

Commit

Permalink
🆕 Address issue 23
Browse files Browse the repository at this point in the history
  • Loading branch information
pmonks committed Nov 12, 2024
1 parent 917cc34 commit 40f4977
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@

A Clojure [tools.build](https://github.com/clojure/tools.build) task library related to the generation of comprehensive `pom.xml` files (beyond the limited set of POM elements tools.build/tools.deps generates).

> [!IMPORTANT]
> `tools.build` v0.9.6 (October 2023) added comprehensive `pom.xml` file generation support via the [`:pom-data` option to the `write-pom` fn](https://clojure-doc.org/articles/cookbooks/cli_build_projects/#the-generated-pomxml-file). That enhancement has made this library significantly less useful, and it's recommended that you use that functionality instead of what's here.
## Tasks

1. `pom` - generate a comprehensive `pom.xml` file from EDN (which can come from anywhere - stored in your `build.clj`, `deps.edn` or a separate file, or synthesised on the fly in your build tool script).
Expand Down

0 comments on commit 40f4977

Please sign in to comment.