[ http://jira.codehaus.org/browse/MCHANGES-78?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_121218 ]
Emmanuel Hugonnet commented on MCHANGES-78: ------------------------------------------- Well, we provide 2 grammar but of course this can be easily extended. We differ from JIRA (as far as I understand your question) in the fact that we added the type of operation to the bug id. Let's say that you have fixed a bug and added a feature. You would have [add:id1]First implementation of feature [fix:id2]Really a simple bug This would add en entry in the changelog with two lines and links to the corresponding entries in the bug tracker. Also, we currently support JIRA and gforge as trackers but we could add other tools. Moreover since the bug tracker can be configured with a url pattern, you can simply access most of the trackers. I could provide an example of the page generated and the comments from the subversion repository of this mojo if you think it could help. They willuse the MANU grammar I am afraid since I developed some of it. Emmanuel > Build a changes report by parsing svn comments > ---------------------------------------------- > > Key: MCHANGES-78 > URL: http://jira.codehaus.org/browse/MCHANGES-78 > Project: Maven 2.x Changes Plugin > Issue Type: Improvement > Reporter: Emmanuel Hugonnet > Priority: Minor > Attachments: svn-changelog-plugin-jdk1.4.tar.gz, > svn-changelog-plugin.tar.gz, svnchangelog-plugin-jdk1.4.tar.gz > > > Builds a changes report by parsing svn comments. > You can configure this plugin as any reporting plugin. But it has specific > configuration parameters : > * grammar : this allows you to specify the grammar used to parse the svn > logs. > Currently it supports two grammars : > o "MANU" which uses @operation:issue; > o "REMY" with [operation:issue] > * trackerType : this allows you to specify the issue tracker used. > Currently it supports two trackers : > o codex > o jira > * trackerUrlPattern : this allows you to specify a pattern to link an > issue to any tracker. -- 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