Skip to content

Commit 0add027

Browse files
committed
Chore: adding licences when generating pom.xml files.
1 parent 933c09c commit 0add027

File tree

5 files changed

+26
-5
lines changed

5 files changed

+26
-5
lines changed

sdk-adapter-http-kit/build.clj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@
2121
:lib lib
2222
:version version
2323
:basis basis
24-
:src-dirs ["src/main"]})
24+
:src-dirs ["src/main"]
25+
:pom-data [[:licenses
26+
[:licence
27+
[:name "The MIT License"]
28+
[:url "https://github.com/starfederation/datastar-clojure/blob/main/LICENSE.md"]]]]})
2529
(b/copy-dir {:src-dirs ["src/main"]
2630
:target-dir class-dir})
2731
(b/jar {:class-dir class-dir

sdk-adapter-ring/build.clj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@
2121
:lib lib
2222
:version version
2323
:basis basis
24-
:src-dirs ["src/main"]})
24+
:src-dirs ["src/main"]
25+
:pom-data [[:licenses
26+
[:licence
27+
[:name "The MIT License"]
28+
[:url "https://github.com/starfederation/datastar-clojure/blob/main/LICENSE.md"]]]]})
2529
(b/copy-dir {:src-dirs ["src/main"]
2630
:target-dir class-dir})
2731
(b/jar {:class-dir class-dir

sdk-brotli/build.clj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@
2222
:lib lib
2323
:version version
2424
:basis basis
25-
:src-dirs ["src/main"]})
25+
:src-dirs ["src/main"]
26+
:pom-data [[:licenses
27+
[:licence
28+
[:name "The MIT License"]
29+
[:url "https://github.com/starfederation/datastar-clojure/blob/main/LICENSE.md"]]]]})
2630
(b/copy-dir {:src-dirs ["src/main"]
2731
:target-dir class-dir})
2832
(b/jar {:class-dir class-dir

sdk-malli-schemas/build.clj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@
2222
:lib lib
2323
:version version
2424
:basis basis
25-
:src-dirs ["src/main"]})
25+
:src-dirs ["src/main"]
26+
:pom-data [[:licenses
27+
[:licence
28+
[:name "The MIT License"]
29+
[:url "https://github.com/starfederation/datastar-clojure/blob/main/LICENSE.md"]]]]})
2630
(b/copy-dir {:src-dirs ["src/main"]
2731
:target-dir class-dir})
2832
(b/jar {:class-dir class-dir

sdk/build.clj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,12 @@
2121
:lib lib
2222
:version version
2323
:basis basis
24-
:src-dirs ["src/main"]})
24+
:src-dirs ["src/main"]
25+
:pom-data [[:licenses
26+
[:licence
27+
[:name "The MIT License"]
28+
[:url "https://github.com/starfederation/datastar-clojure/blob/main/LICENSE.md"]]]]})
29+
2530
(b/copy-dir {:src-dirs ["src/main" "resources"]
2631
:target-dir class-dir})
2732
(b/jar {:class-dir class-dir

0 commit comments

Comments
 (0)