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

Incompatible Jira Issue Management URL suggested in documentation

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.8, 2.9
    • 2.10
    • jira
    • None

    Description

      The plugin documentation suggests the following on page http://maven.apache.org/plugins/maven-changes-plugin/usage.html

      Note: To use the JIRA Report, the <issueManagement> section in the pom.xml of your project must be configured. It might look something like this:

      <project>
      ...
      <issueManagement>
      <system>JIRA</system>
      <url>http://jira.codehaus.org/BrowseProject.jspa?id=10450</url>
      </issueManagement>
      ...
      </project>

      As a matter of fact the suggest format is only supported up to version 2.7.1 of the changes plugin and later versions (2.8/2.9) will enforce an URL format like this:

      <project>
      ...
      <issueManagement>
      <system>JIRA</system>
      <url>http://jira.codehaus.org/browse/MCHANGES</url>
      </issueManagement>
      ...
      </project>

      The current documentation is misleading and should be changed accordingly.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: