Skip to content

Fix build warning with latest tycho/maven-gpg-plugin#1730

Merged
akurtakov merged 1 commit into
eclipse-wildwebdeveloper:masterfrom
akurtakov:ghupdate
Nov 19, 2024
Merged

Fix build warning with latest tycho/maven-gpg-plugin#1730
akurtakov merged 1 commit into
eclipse-wildwebdeveloper:masterfrom
akurtakov:ghupdate

Conversation

@akurtakov
Copy link
Copy Markdown
Contributor

Removes

[WARNING]  Parameter 'passphrase' (user property 'gpg.passphrase') is
deprecated: Do not use this configuration, it may leak sensitive
information. Rely on gpg-agent or env variables instead.
[WARNING]
[WARNING] W A R N I N G
[WARNING]
[WARNING] Do not store passphrase in any file (disk or SCM repository),
[WARNING] instead rely on GnuPG agent or provide passphrase in
[WARNING] MAVEN_GPG_PASSPHRASE environment variable for batch mode.
[WARNING]
[WARNING] Sensitive content loaded from Mojo configuration

from the build output.

Removes
```
[WARNING]  Parameter 'passphrase' (user property 'gpg.passphrase') is
deprecated: Do not use this configuration, it may leak sensitive
information. Rely on gpg-agent or env variables instead.
[WARNING]
[WARNING] W A R N I N G
[WARNING]
[WARNING] Do not store passphrase in any file (disk or SCM repository),
[WARNING] instead rely on GnuPG agent or provide passphrase in
[WARNING] MAVEN_GPG_PASSPHRASE environment variable for batch mode.
[WARNING]
[WARNING] Sensitive content loaded from Mojo configuration
```
from the build output.
@akurtakov akurtakov merged commit 629435e into eclipse-wildwebdeveloper:master Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant