Skip to content

Commit

Permalink
Add FAQ for "no pinentry" issue (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Sep 10, 2024
1 parent 5b94273 commit bbe6156
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/site/fml/faq.fml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,16 @@ under the License.
</p>
</answer>
</faq>
<faq id="no-pinentry">
<question>Why am I getting "gpg: signing failed: No pinentry" while releasing?</question>
<answer>
<p>
When plugin used in combination with <a href="https://maven.apache.org/maven-release/maven-release-plugin/">Maven Release Plugin</a>
the GPG signing will happen in "batch mode". This implies that you must either use GPG passphrase passed in
via environment variable (preferred on systems like CI systems are), or, if on Workstation, using primed
gpg-agent is needed. Read more here about <a href="usage.html#sign-artifacts-with-gnupg">GPG Agent priming</a>.
</p>
</answer>
</faq>
</part>
</faqs>

0 comments on commit bbe6156

Please sign in to comment.