The download URL for JIRA is wrong if the issueManagement.url points to a component -----------------------------------------------------------------------------------
Key: MCHANGES-222 URL: http://jira.codehaus.org/browse/MCHANGES-222 Project: Maven 2.x Changes Plugin Issue Type: Bug Components: jira Affects Versions: 2.3 Reporter: Dennis Lundberg Using this POM configuration, taken from maven-filtering, results in a SAXParseException. {code:xml} <issueManagement> <system>jira</system> <url>http://jira.codehaus.org/browse/MSHARED/component/13380</url> </issueManagement> {code} That is because the calculated URL that is used to fetch issues from JIRA is wrong. It looks like this {noformat} http://jira.codehaus.org/browse/MSHARED/component/secure/IssueNavigator.jspa?view=rss... {noformat} but is should look like this {noformat} http://jira.codehaus.org/secure/IssueNavigator.jspa?view=rss... {noformat} -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira