Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.3
-
Fix Version/s: 3.0
-
Component/s: Sonar Project Association
-
Labels:
-
Environment:Windows 7, Spring Tool Suite
-
Number of attachments :
Description
The functionality "Find on server" in the "Associate with Sonar" dialog does not work when the projects have branches. Unfortunately this is an absolute must if you want to work with sonar in projects with hundreds of maven artefacts. It is easily possible to associate one project with sonar by typing the groupid, artefactid and branch into the dialog, but this is not something you want to do for even the 20 artefacts you are immediately are working on.
So we are restricted to the web interface.
I've had a look at the source: the ConfigureProjectsWizard.ConfigureProjectsPage.AssociateProjects.run method does not seem to support branches at all. Unfortunately I have never developed an eclipse plugin, so I'd have a hard time fixing it myself.
By the way: the project information that comes out of sonar is for example:
This would need to be associated with de.foo.bar:baz-client-dms-v2-jaxb:12.200.0.0 .
Thanks so much!
Issue Links
- depends upon
-
SONARIDE-329
Highly improve the mechanism to link an Eclipse project to a Sonar remote project
-
Would be fixed by
SONARIDE-329