Skip to content

Commit

Permalink
dev: turf anemic pom (#284)
Browse files Browse the repository at this point in the history
Closes #283
  • Loading branch information
lread authored Jun 19, 2024
1 parent 6c4c6ea commit 31ad382
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 37 deletions.
15 changes: 13 additions & 2 deletions build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,20 @@
(b/write-pom {:class-dir class-dir
:lib lib
:version version
:scm {:tag (format "v%s" version)}
:basis basis
:src-dirs ["src"]})
:src-dirs ["src"]
:scm {:url "https://github.com/clj-commons/rewrite-clj"
:connection "scm:git:[email protected]:clj-commons/rewrite-clj.git"
:developerConnection "scm:git:[email protected]:clj-commons/rewrite-clj.git"
:tag (format "v%s" version)}
:pom-data [[:description "Rewrite Clojure code and edn"]
[:url "https://github.com/clj-commons/rewrite-clj"]
[:licenses
[:license
[:name "The MIT License"]
[:url "http://opensource.org/licenses/MIT"]]]
[:properties
[:project.build.sourceEncoding "UTF-8"]]]})
(b/copy-dir {:src-dirs ["src" "resources"]
:target-dir class-dir})
(b/jar {:class-dir class-dir
Expand Down
35 changes: 0 additions & 35 deletions pom.xml

This file was deleted.

0 comments on commit 31ad382

Please sign in to comment.