slawekjaranowski commented on code in PR #95:
URL: https://github.com/apache/maven-gpg-plugin/pull/95#discussion_r1562205236


##########
src/main/java/org/apache/maven/plugins/gpg/AbstractGpgMojo.java:
##########
@@ -131,13 +131,14 @@ public abstract class AbstractGpgMojo extends 
AbstractMojo {
      * Server id to lookup the passphrase under Maven settings. <em>Do not use 
this parameter, it leaks
      * sensitive data. Passphrase should be provided only via gpg-agent or via 
env variable.
      * If parameter {@link #bestPractices} set to {@code true}, plugin fails 
when this parameter is configured.</em>
+     * Is programatically defaulted to {@link #GPG_PASSPHRASE}.
      *
      * @since 1.6
      * @deprecated Do not use this configuration, it may leak sensitive 
information. Rely on gpg-agent or env
      * variables instead.
      **/
     @Deprecated
-    @Parameter(property = "gpg.passphraseServerId", defaultValue = 
GPG_PASSPHRASE)
+    @Parameter(property = "gpg.passphraseServerId")

Review Comment:
   I would like to not remove default values .... can be assumed as present by 
many configurations



-- 
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