sonar-pmd icon indicating copy to clipboard operation
sonar-pmd copied to clipboard

The plugin 'java' required by 'pmd' is missing. Unable to find plugin with key java

Open ganncamp opened this issue 2 years ago • 4 comments

We've done a recent cleanup of the underlying SonarQube Marketplace architecture that removed now-bundled analyzers. That means this plugin's "requirement" for Java now fails when I try to re-generate the Marketplace metadata and the Plugin Version Matrix. So I'm going to temporarily remove this plugin from the Marketplace. Please ping me (@ganncamp) in https://community.sonarsource.com/ when you've had a chance to re-build without an explicit requirement for java.

ganncamp avatar Apr 27 '22 18:04 ganncamp

Hi @ganncamp How can we solve it? How to remove finding of the Java plugin? Is it just the attribute in pom: requirePlugins in pluginManagement sonar-packaging-maven-plugin?

jborgers avatar May 06 '22 10:05 jborgers

I need you to make this disappear from the manifest: Plugin-RequirePlugins: java:* E.G. https://github.com/spotbugs/sonar-findbugs/commit/1e6f702f128e52eb84c75d28346d2b652ea67117

ganncamp avatar May 06 '22 11:05 ganncamp

This is fixed in the upcoming release 3.4.0

jborgers avatar May 09 '22 15:05 jborgers

Hi @ganncamp We made the release, please try again.

jborgers avatar May 11 '22 13:05 jborgers