You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Bill Havanki (JIRA)" <ji...@apache.org> on 2014/03/11 20:26:53 UTC

[jira] [Created] (ACCUMULO-2454) Aggregate Cobertura reports

Bill Havanki created ACCUMULO-2454:
--------------------------------------

             Summary: Aggregate Cobertura reports
                 Key: ACCUMULO-2454
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2454
             Project: Accumulo
          Issue Type: Improvement
          Components: build
    Affects Versions: 1.5.1, 1.4.4
            Reporter: Bill Havanki
            Priority: Trivial


The Maven Cobertura plugin, starting in version 2.5, can aggregate the coverage reports for a multi-module project into one comprehensive report. We should take advantage of that. I believe the solution is simply to add this to the plugin configuration:

{noformat}
<aggregate>true</aggregate>
{noformat}




--
This message was sent by Atlassian JIRA
(v6.2#6252)