Skip to content

Commit

Permalink
Merge pull request #219 from nubank/add-license-to-pom-file
Browse files Browse the repository at this point in the history
Add license to pom file
  • Loading branch information
gilvan-reis authored Feb 7, 2024
2 parents 93360be + d615e40 commit ebd3d52
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@
:connection "scm:git:git://github.com/nubank/matcher-combinators.git"
:developerConnection "scm:git:ssh://[email protected]/nubank/matcher-combinators.git"
:tag version}
:src-dirs ["src"]})
:src-dirs ["src"]
:pom-data [[:licenses
[:license
[:name "Apache License, Version 2.0"]
[:url "http://www.apache.org/licenses/LICENSE-2.0"]]]]})
(b/copy-dir {:src-dirs ["src/clj" "src/cljc" "resources"]
:target-dir class-dir})
(b/jar {:class-dir class-dir
Expand Down

0 comments on commit ebd3d52

Please sign in to comment.