You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Torsten Stolpmann (JIRA)" <ji...@codehaus.org> on 2013/10/06 16:14:52 UTC

[jira] (MCHANGES-323) Incompatible Jira Issue Management URL suggested in documentation

Torsten Stolpmann created MCHANGES-323:
------------------------------------------

             Summary: Incompatible Jira Issue Management URL suggested in documentation
                 Key: MCHANGES-323
                 URL: https://jira.codehaus.org/browse/MCHANGES-323
             Project: Maven Changes Plugin
          Issue Type: Bug
          Components: jira
    Affects Versions: 2.9, 2.8
            Reporter: Torsten Stolpmann
            Priority: Minor


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:
{quote}
<project>
  ...
  <issueManagement>
    <system>JIRA</system>
    <url>http://jira.codehaus.org/BrowseProject.jspa?id=10450</url>
  </issueManagement>
  ...
</project>
{quote}

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:

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

The current documentation is misleading and should be changed accordingly.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira