Skip to content

Commit 0c7bb57

Browse files
committed
Turf anemic pom, add pom description
1 parent e21a16e commit 0c7bb57

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
@@ -29,9 +29,20 @@
2929
(b/write-pom {:class-dir class-dir
3030
:lib lib
3131
:version version
32-
:scm {:tag (format "v%s" version)}
3332
:basis basis
34-
:src-dirs ["src"]})
33+
:src-dirs ["src"]
34+
:scm {:url "https://github.com:cljdoc/cljdoc-exerciser"
35+
:connection "scm:git:git://github.com/cljdoc/cljdoc-exerciser.git"
36+
:developerConnection "scm:git:ssh://[email protected]/cljdoc/cljdoc-exerciser.git"
37+
:tag (format "v%s" version)}
38+
:pom-data [[:description "A library to exercise cldoc rendering"]
39+
[:url "https://github.com/cljdoc/cljdoc-exerciser"]
40+
[:licenses
41+
[:license
42+
[:name "Eclipse Public License"]
43+
[:url "http://www.eclipse.org/legal/epl-v10.html"]]]
44+
[:properties
45+
[:project.build.sourceEncoding "UTF-8"]]]})
3546
(b/copy-dir {:src-dirs ["src" "resources"]
3647
:target-dir class-dir})
3748
(b/jar {:class-dir class-dir

pom.xml

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

0 commit comments

Comments
 (0)