[ http://jira.codehaus.org/browse/MCOBERTURA-10?page=comments#action_59721 ]
Brett Porter commented on MCOBERTURA-10: ---------------------------------------- I was thinking: <haltOnError> <branchRate> etc, but otherwise what you have looks fine. > use standard configuration style for checks > ------------------------------------------- > > Key: MCOBERTURA-10 > URL: http://jira.codehaus.org/browse/MCOBERTURA-10 > Project: Maven 2.x Cobertura Plugin > Type: Improvement > Reporter: Brett Porter > Assignee: Joakim Erdfelt > Fix For: 2.0 > > > currently it uses ant style: > <check totallinerate="..."> > <regex ... /> > </check> > This would be confusing for Maven users. It should be: > <check> > <totalLineRate>...</totalLineRate> > <regex> > ... > </regex> > </check> > It is also much easier to code in Java than the current plexus configuration > munging > -- 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