Skip to content

Commit

Permalink
Add license to pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Raunio Ilmo committed Apr 13, 2024
1 parent 23710cc commit cf5d628
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@
:connection "scm:git:git://github.com/metosin/oksa/oksa.git"
:tag (if is-release
version
(b/git-process {:git-args "rev-parse HEAD"}))}})
(b/git-process {:git-args "rev-parse HEAD"}))}
:pom-data [[:licenses
[:license
[:name "Eclipse Public License 2.0"]
[:url "https://opensource.org/license/epl-2-0/"]
[:distribution "repo"]]]]})
(b/jar {:class-dir jar-content
:jar-file jar-file-name})
(println (format "Jar file created: \"%s\"" jar-file-name)))
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
:main-opts ["-m" "cljs-test-runner.main"]}
:clojure-10 {:extra-deps {org.clojure/clojure {:mvn/version "1.10.3"}}}
:clojure-11 {}
:build {:deps {io.github.clojure/tools.build {:git/tag "v0.8.1" :git/sha "7d40500"}}
:build {:deps {io.github.clojure/tools.build {:git/tag "v0.10.0" :git/sha "3a2c484"}}
:ns-default build}
:deploy {:extra-deps {slipset/deps-deploy {:mvn/version "RELEASE"}}
:exec-fn deps-deploy.deps-deploy/deploy
Expand Down

0 comments on commit cf5d628

Please sign in to comment.