Skip to content

Commit

Permalink
Add appropriate GPG arguments to plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
wavejumper committed Jan 7, 2025
1 parent cc346ad commit 5192789
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,13 @@
[:id "attach-javadocs"]
[:goals [:goal "jar"]]])}]
[org.apache.maven.plugins/maven-gpg-plugin "1.5"
{:executions ([:execution
[:id "sign-artifacts"]
[:phase "verify"]
[:goals [:goal "sign"]]])}]]
{:configuration [:gpgArguments
([:arg "--pinentry-mode"]
[:arg "loopback"])]
: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 5192789

Please sign in to comment.