Author: hboutemy Date: Thu Oct 27 21:41:24 2011 New Revision: 1190046 URL: http://svn.apache.org/viewvc?rev=1190046&view=rev Log: [MCHECKSTYLE-62] added aggregate mojo in goals overview
Modified: maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/index.apt.vm Modified: maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/index.apt.vm URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/index.apt.vm?rev=1190046&r1=1190045&r2=1190046&view=diff ============================================================================== --- maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/index.apt.vm (original) +++ maven/plugins/trunk/maven-checkstyle-plugin/src/site/apt/index.apt.vm Thu Oct 27 21:41:24 2011 @@ -43,6 +43,9 @@ Maven Checkstyle Plugin * {{{./checkstyle-mojo.html}checkstyle:checkstyle}} performs Checkstyle analysis and generates a report on violations. + * {{{./checkstyle-aggregate-mojo.html}checkstyle:checkstyle-aggregate}} performs Checkstyle analysis and generates a + report on violations, aggregating the result in the project which started this mojo. + * {{{./check-mojo.html}checkstyle:check}} performs a violation check against the last Checkstyle run to see if there are any violations. It reads the Checkstyle output file, counts the number of violations found and displays it on the console.