Skip to content

Commit 31ad382

Browse files
authored
dev: turf anemic pom (#284)
Closes #283
1 parent 6c4c6ea commit 31ad382

File tree

2 files changed

+13
-37
lines changed

2 files changed

+13
-37
lines changed

build.clj

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,20 @@
2222
(b/write-pom {:class-dir class-dir
2323
:lib lib
2424
:version version
25-
:scm {:tag (format "v%s" version)}
2625
:basis basis
27-
:src-dirs ["src"]})
26+
:src-dirs ["src"]
27+
:scm {:url "https://github.com/clj-commons/rewrite-clj"
28+
:connection "scm:git:[email protected]:clj-commons/rewrite-clj.git"
29+
:developerConnection "scm:git:[email protected]:clj-commons/rewrite-clj.git"
30+
:tag (format "v%s" version)}
31+
:pom-data [[:description "Rewrite Clojure code and edn"]
32+
[:url "https://github.com/clj-commons/rewrite-clj"]
33+
[:licenses
34+
[:license
35+
[:name "The MIT License"]
36+
[:url "http://opensource.org/licenses/MIT"]]]
37+
[:properties
38+
[:project.build.sourceEncoding "UTF-8"]]]})
2839
(b/copy-dir {:src-dirs ["src" "resources"]
2940
:target-dir class-dir})
3041
(b/jar {:class-dir class-dir

pom.xml

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)