I have written a custom PMD rule specific to my project requirements that is working fine with sonar in standalone mode (following the steps given in this link). I need to integrate the same to hudson.
How can I integrate the custom PMD-sonar rule to Hudson, what is the best way to do so ? Do I need to make changes to the sonar-hudson plugin ?