Tag: Maven GPG Plugin
-
Maven GPG Plugin: Prevent Signing Prompt or “gpg: signing failed: No such file or directory” Error
PROBLEM Given the following Maven settings.xml:- … and the following Maven GPG Plugin configuration in pom.xml:- When running mvn clean deploy, you either get a prompt for you to enter the GPG passphrase:- … or, get the following error:- The long story short, Maven GPG Plugin isn’t using the passphrase defined in the Maven settings.xml…… Read More…