Skip to content

Commit

Permalink
Add :classifiers to meet central requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
wavejumper committed Jun 24, 2021
1 parent bdbd4ba commit 491e32a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ pom.xml.asc
.hg/
.idea/
*.iml
.DS_Store
Empty file added javadoc/README.md
Empty file.
12 changes: 9 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,14 @@
[com.cognitect/transit-clj "1.0.324"]
[org.clojure/tools.logging "1.1.0"]
[org.apache.kafka/kafka-streams "2.8.0" :scope "provided" :exclusions [com.fasterxml.jackson.core/jackson-core]]]
:uberjar {:prep-tasks ["clean" "javac" "compile"]
:aot :all}
:uberjar {:prep-tasks ["clean" "javac" "compile"]
:aot :all}
:classifiers [["source" {:source-paths ^:replace []
:java-source-paths ^:replace ["src/java"]
:resource-paths ^:replace ["javadoc"]}]
["javadoc" {:source-paths ^:replace []
:java-source-paths ^:replace []
:resource-paths ^:replace ["javadoc"]}]]
:profiles {:kaocha {:dependencies [[lambdaisland/kaocha "1.0.861"]]}
:dev {:resource-paths ["dev-resources"]
:plugins [[lein-cljfmt "0.7.0"]]
Expand All @@ -44,4 +50,4 @@
:deploy-repositories [["releases" {:url "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"
:creds :gpg}
"snapshots" {:url "https://s01.oss.sonatype.org/content/repositories/snapshots/"
:creds :gpg}]])
:creds :gpg}]])

0 comments on commit 491e32a

Please sign in to comment.