use standard configuration style for checks
-------------------------------------------
Key: MOJO-320
URL: http://jira.codehaus.org/browse/MOJO-320
Project: Mojo
Type: Improvement
Components: cobertura
Reporter: Brett Porter
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