[ http://jira.codehaus.org/browse/MCOBERTURA-10?page=all ]

Brett Porter updated MCOBERTURA-10:
-----------------------------------

    Fix Version: 2.0

> 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
>      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

Reply via email to