diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml index 279e66c..394960a 100644 --- a/src/site/fml/faq.fml +++ b/src/site/fml/faq.fml @@ -43,5 +43,16 @@ under the License.

+ + Why am I getting "gpg: signing failed: No pinentry" while releasing? + +

+ When plugin used in combination with Maven Release Plugin + 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 GPG Agent priming. +

+
+