I want to generate an aggregated Checkstyle report, from which some files, including all org.eclipse.cdt.core.* (incl. subpackages) classes are excluded.
For this purpose, I specified the excludes tag as
Код: Выделить всё
**/org/eclipse/cdt/core/**/*,org.eclipse.cdt.core/src/**/*,../org.eclipse.cdt.core/src/**/*,org.eclipse.cdt.core/**/*
Код: Выделить всё
Затем я помещаю строки
Код: Выделить всё
true
How can I generate a CheckStyle report (XML or HTML), without the results for certain modules (other than taking the 180 MB large target/checkstyle-result.xml and removing all "wrong" file enries from there) ?
Код: Выделить всё
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
mycompany-parentproject
com.mycompany.parent
1.0.0-SNAPSHOT
pom
0.21.0
0.21.0
UTF-8
1.7
Codehaus repository
http://repository.codehaus.org/
${project.artifactId}-site
${project.baseUri}