Skip to content

Commit

Permalink
[MINOR] maven-gpg-plugin update to version 3.0.1 (#1285)
Browse files Browse the repository at this point in the history
gpg plugin does not sign the artifacts but simply provides .asc file.

- More about the plugin:
  https://maven.apache.org/plugins/maven-gpg-plugin/plugin-info.html

---
Commentary:

Signing artifacts with SHA-256 or higher using maven resolver, which is
part of maven core, but not with maven-gpg-plugin. If you are unable
to sign the artifacts then upgrade to latest maven version.

  ```sh
  mvn -P'distribution' deploy -Daether.checksums.algorithms=SHA-256
  ```

- The signing with SHA512 functionality has been added in 2016 by
  https://issues.apache.org/jira/browse/MPOM-118
  • Loading branch information
j143 committed Jul 1, 2021
1 parent 3aaab14 commit bfbc8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@

<plugin>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<version>3.0.1</version>
<executions>
<execution>
<phase>verify</phase>
Expand Down

0 comments on commit bfbc8fd

Please sign in to comment.