You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Validation currently prevents the given examples from working, first saying that either username or configuration must be provided.
Then, when configuration is provided, the error is that username and password must be provided.
If username is provided then password must also be provided (according to settings.xml docs), but if password is provided then passphrase will supposedly be ignored.
Describe the solution you'd like
Make the validation allow servers that only have id and passphrase.
Describe alternatives you've considered
The alternative is to specify the GPG key passphrase on the command line, and rely on GitHub to filter secret data from the build logs.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The
maven-gpg-plugin
can take the private key passphrase from a server configuration insettings.xml
.See: https://maven.apache.org/plugins/maven-gpg-plugin/usage.html#Configure_passphrase_in_settings.xml
Validation currently prevents the given examples from working, first saying that either
username
orconfiguration
must be provided.Then, when configuration is provided, the error is that
username
andpassword
must be provided.If
username
is provided thenpassword
must also be provided (according tosettings.xml
docs), but ifpassword
is provided thenpassphrase
will supposedly be ignored.Describe the solution you'd like
Make the validation allow servers that only have
id
andpassphrase
.Describe alternatives you've considered
The alternative is to specify the GPG key passphrase on the command line, and rely on GitHub to filter secret data from the build logs.
The text was updated successfully, but these errors were encountered: