Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

akurtakov
Copy link
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 self-assigned this Nov 19, 2024
Copy link

Test Results

  321 files  ±0    321 suites  ±0   52m 35s ⏱️ - 7m 2s
  678 tests ±0    657 ✅  - 1  18 💤 ±0  1 ❌ ±0  2 🔥 +1 
2 034 runs  ±0  1 977 ✅  - 1  54 💤 ±0  1 ❌ ±0  2 🔥 +1 

For more details on these failures and errors, see this check.

Results for commit 9a94482. ± Comparison against base commit a58227c.

@akurtakov akurtakov merged commit 4074fc1 into eclipse-m2e:master Nov 19, 2024
7 of 8 checks passed
@HannesWell HannesWell added this to the 2.7.0 milestone Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants