Skip to content

Commit bbe6156

Browse files
authored
Add FAQ for "no pinentry" issue (#118)
1 parent 5b94273 commit bbe6156

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/site/fml/faq.fml

+11
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,16 @@ under the License.
4343
</p>
4444
</answer>
4545
</faq>
46+
<faq id="no-pinentry">
47+
<question>Why am I getting "gpg: signing failed: No pinentry" while releasing?</question>
48+
<answer>
49+
<p>
50+
When plugin used in combination with <a href="https://maven.apache.org/maven-release/maven-release-plugin/">Maven Release Plugin</a>
51+
the GPG signing will happen in "batch mode". This implies that you must either use GPG passphrase passed in
52+
via environment variable (preferred on systems like CI systems are), or, if on Workstation, using primed
53+
gpg-agent is needed. Read more here about <a href="usage.html#sign-artifacts-with-gnupg">GPG Agent priming</a>.
54+
</p>
55+
</answer>
56+
</faq>
4657
</part>
4758
</faqs>

0 commit comments

Comments
 (0)