Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.6
-
Labels:None
-
Number of attachments :
Description
See this thread of discussions on the mailing list.
The idea is to easily provide a first level of quality report directly in Hudson with the Hudson Violations plugin. Once the Sonar Maven plugin has been executed, if the Sonar Hudson plugin is able to launch the Hudson Violations plugin, this last will automatically collect all the xml quality reports.
It seems possible to establish a dependency (even optional) between two Hudson plugins.
Issue Links
- relates to
-
SONARJNKNS-162
Execute sonar plugin before pmd, checkstyle, findbugs and xvnc plugins
-
As a workaround you can configure free-style project and add maven build step with sonar:sonar goal, so violations report will be generated after sonar execution.