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

Problem with issueLinkTemplatePerSystem

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.1
    • 2.2
    • changes.xml
    • None
    • all

    Description

      I have a pom where i defined the issueManagement part as follows:

      <issueManagement>
      <system>Redmine</system>
      <url>http://www.supose.org</url>
      </issueManagement>

      and in the configuration section of the maven-changes-plugin as follows:

      <issueLinkTemplatePerSystem>
      <Redmine>http://www.supose.org/issues/show/%ISSUE%</Redmine>
      </issueLinkTemplatePerSystem>

      but if i do a mvn changes:changes-report
      I get links with "viewissue.jspa/?key=..." ...assuming the entries in
      changes.xml used no type so type="default" is assumed here...but the default URL is used instead the
      above one.

      If i use
      <issueLinkTemplate>http://www.supose.org/issues/show/%ISSUE%</issueLinkTemplate>
      in the pom instead for configuration i got correct links but a DEPRECATED warning during site build.

      Attachments

        1. patch-mchanges-166.patch
          2 kB
          Karl Heinz Marbaise
        2. patch-mchanges-166-incl-it.patch
          11 kB
          Karl Heinz Marbaise

        Activity

          People

            olamy Olivier Lamy
            khmarbaise Karl Heinz Marbaise
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: