garydgregory opened a new issue, #619:
URL: https://github.com/apache/maven-changes-plugin/issues/619

   ### Affected version
   
   3.0.0-M3
   
   ### Bug description
   
   When generating a site, the generating a page for `changes.xml` does NOT use 
the POM's `/issueManagement/system` value to select, for example "JIRA" and 
instead uses the "defauit", which generates broken URLs on that page.
   
   For example:
   ```
   git clone https://github.com/apache/commons-validator.git
   cd commons-validator
   git checkout 4c9a0660a0d29bc7e9891f24be86f9539f42e419
   mvn clean verify site -DskipTests
   open target/site/changes.html#a1.10.1
   ```
   Youi'll see the link to 
[VALIDATOR-502](https://issues.apache.org/jira/browse/ViewIssue.jspa?key=VALIDATOR-502)
 with the href 
`https://issues.apache.org/jira/browse/ViewIssue.jspa?key=VALIDATOR-502` which 
uses the "default" key instead of the "JIRA" key defined in 
`/issueManagement/system`
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to