Issue Details (XML | Word | Printable)

Key: MCHANGES-110
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Benjamin Bentmann
Reporter: Benjamin Bentmann
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 2.x Changes Plugin

No issue links generated if ${project.issueManagement.url} empty but issueLinkTemplate provided

Created: 23/Apr/08 12:01 PM   Updated: 23/Apr/08 12:52 PM   Resolved: 23/Apr/08 12:52 PM
Return to search
Component/s: changes-report
Affects Version/s: 2.0
Fix Version/s: 2.1

Time Tracking:
Not Specified


 Description  « Hide

The following configuration

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-changes-plugin</artifactId>
  <version>2.0</version>
  <configuration>
    <issueLinkTemplate>http://mycompany.org/mantis//view.php?id=%ISSUE%</issueLinkTemplate>
  </configuration>
</plugin>

will needlessly cause

[WARNING] No Issue Management/URL defined in pom.xml.  Links to your issues will not work correctly.

in case the POM does not define <issueManagement>.



Benjamin Bentmann added a comment - 23/Apr/08 12:52 PM

Fixed in r650961.