[ http://jira.codehaus.org/browse/MCHANGES-222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dennis Lundberg closed MCHANGES-222. ------------------------------------ Resolution: Fixed Fix Version/s: 2.4 Assignee: Dennis Lundberg Fixed in [r1059693|http://svn.apache.org/viewvc?view=revision&revision=1059693]. New 2.4-SNAPSHOT deployed. > 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 > Assignee: Dennis Lundberg > Fix For: 2.4 > > > 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