The pom-root provides the reference to the issue management server.
<issueManagement> <system>Bugzilla</system> <url>${issues-url}</url> <!-- /buglist.cgi?query_format=specific&order=relevance+desc&product=${project.artifactId} --> </issueManagement>
Originally (as you can see by the comment) we pointed to the most appropriate page in on our issue management server. Unfortunately this is no longer possible since plugins construct their URLs and expect this property to point to the root context on the server.
The following variables control the documentation of issues.
The reference to the issue management server. Note that there is no dot in the variable name since we want to use the URL to reference bugs from the site documentation.