Details
Description
With an issueManagement.url like http://jira.codehaus.org/browse/DOXIA/ (note trailing slash), the jira report chokes
[WARNING] Downloading from JIRA failed. Received: [404]
and an empty report is generated. removing the trailing slash makes it work.
Activity
Lukas Theussl
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | Closed [ 6 ] |
| Assignee | Lukas Theussl [ lukas ] | |
| Fix Version/s | 2.4 [ 16043 ] | |
| Resolution | Fixed [ 1 ] |
This is a known limitation that is somewhat documented in the "Linking to Your Issue Management System" section at http://maven.apache.org/plugins/maven-changes-plugin/usage.html
The documentation is of course in the wrong place for your use case.
I'll take a look and see if I can try to fix the parsing routine. If now at least the docs should be improved to highlight this better.