An aggregator is an extension to the Maven Author Plugin. It gathers metric information that get displayed in the author report. You can provide your own custom aggregators. The Maven Author Plugin comes with several default aggregators described below.
Aggregator name | Topic | Description |
---|---|---|
csall | Maven Checkstyle Plugin | Number of Checkstyle warnings, errors and infos. |
cserrors | Maven Checkstyle Plugin | Number of Checkstyle errors. |
cswarnings | Maven Checkstyle Plugin | Number of Checkstyle warnings. |
csinfos | Maven Checkstyle Plugin | Number of Checkstyle infos. |
fbviolations | Maven FindBugs Plugin | Number of FindBugs violations. |
pmdviolations | Maven PMD Plugin | Number of PMD violations. |
lint4jwarnings | Maven Lint4j Plugin | Number of Lint4j warnings. |
javancssncss | Maven JavaNCSS Plugin | Number of JavaNCSS non-commented source statements. |
javancssfunctions | Maven JavaNCSS Plugin | Number of JavaNCSS functions. |
jcoveragelipc | Maven JCoverage Plugin | JCoverage percentage of covered lines. |
coberturalipc | Maven Cobertura Plugin | Cobertura percentage of covered lines. |
emmalipc | Maven Emma Plugin | Emma percentage of covered lines. |
clovertpc | Maven Clover Plugin | Clover Total Percent Coverage. |
tasklist | Maven Tasks List Plugin | Total number of task definition (@todo tag). |