I use the Findbugs Maven plugin to generate a report for my projects that provides a summary of issues that Findbugs has found. I also use plugins such as the find security bugs plugin to find additional potential issues.
When I look at the generated site (an example can be found here), it has links to the site where it discusses details regarding the bug patterns it has flagged. But when I click on a link of a bug pattern from a findbugs plugin such as "find security bugs", it takes me to the findbugs website rather than the plugin's website.
Is there a configuration option where I can specify that a plugin's patterns can be found at a specific webpage?