1

Here is maven-gpg-plugin version 3.0.0 official page: http://maven.apache.org/components/plugins-archives/maven-gpg-plugin-LATEST/download.cgi

However:

  • the download links not working
  • Maven central shows that the latest version of plugin is 1.6

Is it some fake page or what am I missing?

vve1der
  • 60
  • 5

1 Answers1

0

This was stage release, which doesn't passed testing and voting on Maven Developers List, so was canceled.

https://lists.apache.org/thread.html/r0286ef73b56cb484952489e6b5757e3b17023e73f8fa0dde7aa80bc4%40%3Cdev.maven.apache.org%3E

After testing two new issues was found:

There is new plugin https://www.simplify4u.org/sign-maven-plugin/ probably it will be successor of maven-gpg-plugin

Slawomir Jaranowski
  • 7,381
  • 3
  • 25
  • 33
  • I am not sure I understand the implications of the fact that you mention, i.e. "testing was not successful". Are you saying that we can't use `maven-gpg-plugin` plugin anymore? But there's already version 3.0.1 https://maven.apache.org/plugins/maven-gpg-plugin/usage.html ... Can you clarify this? My IntelliJ IDE is saying `Plugin 'org.apache.maven.plugins:maven-gpg-plugin:3.0.1' not found`, but I can still do `mvn clean install`. I am trying to understand how to solve this problem. – nbro May 31 '22 at 09:41
  • Maybe I know the problem. I never installed GnuPG manually. I thought maven would do that automatically. But after having read the documentation more carefully ([here](https://maven.apache.org/plugins/maven-gpg-plugin/usage.html)), I realise it's written that I should have `gpg` on the path. – nbro May 31 '22 at 09:49
  • See [this](https://stackoverflow.com/q/72446441/3924118). – nbro May 31 '22 at 10:53