sign-maven-plugin
sign-maven-plugin copied to clipboard
Maven plugin which creates Open PGP / GPG signatures for all of the project's artifacts
Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.36 to 2.0.5. Commits 7e62e1e prepare release 2.0.5 d250ad7 in jcl-over-slf4j rename LICENSE.TXT as LICENSE, add LICENSE file to log4j-ov... 3bc58f3 add SecurityManager support 207bb29 start work...
I'm using mvn gpg:sign-and-deploy-file to sign and create a staging repo from an existing artifact (Built using Gradle in android) before publishing it to the Nexus repo (Sonatype) The main...
As Sonatype requires each Maven artifact having the public key used for signing artifacts uploaded to some public keyserver (https://central.sonatype.org/publish/requirements/gpg/#distributing-your-public-key) it would be nice to check this requirement during the...
In PR #16 we introduced the workaround [`.filter(s -> !"null".equals(s));`](https://github.com/s4u/sign-maven-plugin/pull/16/files#diff-54931d201f68e04f8e4c1c28ebd101174c05fc8713e55697afc657ccaa8767c3R78) for [MSHARED-969](https://issues.apache.org/jira/browse/MSHARED-969) and [MINVOKER-273](https://issues.apache.org/jira/browse/MINVOKER-273). As soon as those issues have been resolved and their solution is published on Maven Central,...
There are questions open wrt to how we currently perform the expiration check for the secret key, see https://github.com/bcgit/bc-java/issues/861. Once this issue is resolved, we possibly need to revise our...
Bumps [org.apache.maven:apache-maven](https://github.com/apache/maven) from 4.0.0-alpha-12 to 4.0.0-alpha-13. Release notes Sourced from org.apache.maven:apache-maven's releases. 4.0.0-alpha-13 Release Notes - Maven - Version 4.0.0-alpha-13 ... (truncated) Commits 0a6a561 [maven-release-plugin] prepare release maven-4.0.0-alpha-13 2bfa3a8 [MNG-8061]...
**Is your feature request related to a problem? Please describe.** Would be nice if gpg-agent could be used. **Describe the solution you'd like** Would be nice if gpg-agent could be...
**Is your feature request related to a problem? Please describe.** I'd like to reuse openpgp package, but depending on a maven-plugin is a no-no. **Describe the solution you'd like** Ideally...
Bumps [org.apache.maven:apache-maven](https://github.com/apache/maven) from 4.0.0-alpha-12 to 4.0.0-beta-3. Release notes Sourced from org.apache.maven:apache-maven's releases. maven-4.0.0-beta-3 Release Notes - Maven - Version 4.0.0-beta-3 New Feature [MNG-8084] - Make the v4 api usable outside...
Bumps [org.apache.maven:apache-maven](https://github.com/apache/maven) from 4.0.0-alpha-12 to 4.0.0-beta-4. Release notes Sourced from org.apache.maven:apache-maven's releases. 4.0.0-beta-4 What's Changed [MNG-7902] Sort plugins in the validation report by @yuehcw in apache/maven#1510 Allow to manually execute...