Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.0
-
Component/s: Configuration
-
Labels:None
-
Number of attachments :
Description
Manually activating the Sonar link on each project/module defined in an Eclipse workspace can be really tedious. Indeed, even if this is something which can be done through a bulk operation, each time a new project/module is added/replaced/renamed ... the is the responsibility of the developer to think about activating this Sonar link on those new projects/modules. Would be useful if the Sonar Eclipse could automatically take of that in the background.
Issue Links
- is related to
-
SONARIDE-288
Read groupId and artifactId from pom.xml
-
- relates to
-
SONARIDE-329
Highly improve the mechanism to link an Eclipse project to a Sonar remote project
-
-
SONARIDE-332
The Eclipse project icon/title (Label Decorator) should be decorated as soon as the Sonar nature is activated
-
@Freddy : If my understanding is correct, you'd like Sonar Eclipse to automatically extract the groupId/artifactId(branch) from the maven pom (if exist) and to link the eclipse project to the Sonar project without having to ask anything to the developer ?
Answer from @Dennis : yes that's exactly what we're looking for, although this doesn't have to be in the POM it can be in any config file (sonar.properties).