issueLinkUrl configuration doesn't seem to work -----------------------------------------------
Key: MCHANGELOG-117 URL: http://jira.codehaus.org/browse/MCHANGELOG-117 Project: Maven 2.x Changelog Plugin Issue Type: Bug Affects Versions: 2.2 Environment: Apache Maven 2.1.0 (r755702; 2009-03-18 14:10:27-0500) Java version: 1.5.0_17 Default locale: en_US, platform encoding: Cp1252 OS name: "windows vista" version: "6.0" arch: "x86" Family: "windows" Reporter: Philip Maher I seem to be unable to get the issueLinkURL configuration to work. I have the following in the configuration section of my pom.xml <issueLinkURL> ${project.issuemanagement.url}/show_bug.cgi?id=%ISSUE% </issueLinkURL> but I still get links like this: http://jira.codehaus.org/browse/5864 I tried hard coding the URL instead of using a maven expression but still had no luck. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira