cstamas commented on code in PR #66:
URL: https://github.com/apache/maven-gpg-plugin/pull/66#discussion_r1510068779


##########
src/main/java/org/apache/maven/plugins/gpg/AbstractGpgMojo.java:
##########
@@ -177,7 +188,10 @@ AbstractGpgSigner newSigner(MavenProject project) throws 
MojoExecutionException,
         signer.setLockMode(lockMode);
         signer.setArgs(gpgArguments);
 
-        loadGpgPassphrase();
+        String passphrase = System.getenv(MAVEN_GPG_PASSPHRASE);

Review Comment:
   Fixed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to