Skip to content

Commit

Permalink
Add maven-gpg-plugin to pom-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
wavejumper committed Jan 7, 2025
1 parent 1336c5c commit af00974
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,12 @@
[org.apache.maven.plugins/maven-javadoc-plugin "2.9.1"
{:executions ([:execution
[:id "attach-javadocs"]
[:goals [:goal "jar"]]])}]]
[:goals [:goal "jar"]]])}]
[org.apache.maven.plugins/maven-gpg-plugin "1.5"
{:executions ([:execution
[:id "sign-artifacts"]
[:phase "verify"]
[:goals [:goal "sign"]]])}]]
:uberjar {:prep-tasks ["clean" "javac" "compile"]
:aot :all}
:classifiers [["sources" {:source-paths ^:replace []
Expand Down

0 comments on commit af00974

Please sign in to comment.