Uploaded image for project: 'Maven Changes Plugin'
  1. Maven Changes Plugin
  2. MCHANGES-222

The download URL for JIRA is wrong if the issueManagement.url points to a component

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.3
    • 2.4
    • jira
    • None

    Description

      Using this POM configuration, taken from maven-filtering, results in a SAXParseException.

        <issueManagement>
          <system>jira</system>
          <url>http://jira.codehaus.org/browse/MSHARED/component/13380</url>
        </issueManagement>
      

      That is because the calculated URL that is used to fetch issues from JIRA is wrong.
      It looks like this

      http://jira.codehaus.org/browse/MSHARED/component/secure/IssueNavigator.jspa?view=rss...
      

      but is should look like this

      http://jira.codehaus.org/secure/IssueNavigator.jspa?view=rss...
      

      Attachments

        Activity

          People

            dennisl@apache.org Dennis Lundberg
            dennisl@apache.org Dennis Lundberg
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: