[ https://jira.codehaus.org/browse/MCHANGES-323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dennis Lundberg closed MCHANGES-323. ------------------------------------ Resolution: Fixed Fix Version/s: 2.10 Assignee: Dennis Lundberg Fixed in [r1578604|http://svn.apache.org/viewvc?view=revision&revision=1578604]. > 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.8, 2.9 > Reporter: Torsten Stolpmann > Assignee: Dennis Lundberg > Priority: Minor > Fix For: 2.10 > > > 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 was sent by Atlassian JIRA (v6.1.6#6162)