Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- View the issue: http://jira.codehaus.org/browse/MPCHANGELOG-53 Here is an overview of the issue: --------------------------------------------------------------------- Key: MPCHANGELOG-53 Summary: Snippet that adds CVS Monitor support Type: Improvement Status: Unassigned Priority: Major Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: maven-changelog-plugin Assignee: Reporter: Kenneth Leider Created: Tue, 25 Jan 2005 1:37 PM Updated: Tue, 25 Jan 2005 1:37 PM Description: Place this snippet in the section of changelog.jsl after you check if the repository connection starts with "scm:perforce", and you will generate links to cvsmonitor web sites. =========================== <j:when test="${repository.indexOf('cvsmonitor.pl') > 0}"> <j:set var="module" value="${oneRepoParam.replaceAll('^.*(&module=.*?(?:&|$)).*$','$1')}"/> <a href="${repository}?cmd=viewBrowseFile${module}&file=${name}">${name}</a> <a href="${repository}?cmd=viewBrowseVersion${module}&file=${name}&version=${revision}">v${revision}</a> </j:when> --------------------------------------------------------------------- JIRA INFORMATION: 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 If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
