hmvictor / radar-netbeans

A SonarQube plugin for Netbeans
Other
33 stars 22 forks source link

It does not work with Maven Multi Module Projects #58

Open jiai opened 7 years ago

jiai commented 7 years ago

It does not work with Maven Multi Module Projects. I have the following project structure:

Issues are loaded from the server but when I right-click for "List Issues", I get always a "qubexplorer.NoSuchProjectException"

hmvictor commented 7 years ago

Hi, @jiai

What version of the plugin and the SonarQube server are you using?

Greetings.

jiai commented 7 years ago

SonarQube server: Version 6.4

radar-netbeans plugin: Version 3.0.1, Source 1498098815_radar-netbeans-3.0.1.nbm

It seems to be the same problem as described in #34 , including a parent pom (in my example the project naming was perhaps misleading).

hmvictor commented 7 years ago

Maybe, that could be the problem.

What format does the keys of the module and submodules have in the Server (not the real values)?

jiai commented 7 years ago

Project: de.xyz.group:project URL encoded: de.xyz.group%3Aproject

Modules: de.xyz.group:module1 URL encoded: de.xyz.group%3Amodule1

This is what Sonarqube do by default if you start a new project without previous configuration in Sonarqube.

souf commented 6 years ago

Hi, i'm getting the same problem with my project multi module. did you have any solution plz ?