[ https://issues.apache.org/jira/browse/MCHECKSTYLE-403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Osipov closed MCHECKSTYLE-403. -------------------------------------- Resolution: Fixed Fixed with [47b8ec6c5b0bb54b90feb16abf7aa1a14488230c|https://gitbox.apache.org/repos/asf?p=maven-checkstyle-plugin.git;a=commit;h=47b8ec6c5b0bb54b90feb16abf7aa1a14488230c]. > Goal checkstyle:checkstyle ignores testResources > ------------------------------------------------ > > Key: MCHECKSTYLE-403 > URL: https://issues.apache.org/jira/browse/MCHECKSTYLE-403 > Project: Maven Checkstyle Plugin > Issue Type: Bug > Components: checkstyle:checkstyle > Affects Versions: 3.1.2 > Reporter: Frantisek Hartman > Assignee: Michael Osipov > Priority: Major > Fix For: 3.3.1 > > > Test resources are not checked when `checkstyle:checkstyle` goal is run. It > works fine for `checkstyle:check` > This is likely caused by this configuration of `CheckstyleExecutorRequest`: > [https://github.com/apache/maven-checkstyle-plugin/blob/master/src/main/java/org/apache/maven/plugins/checkstyle/CheckstyleReport.java#L67] > > See the correct configuration for `checkstyle:check` > https://github.com/apache/maven-checkstyle-plugin/blob/master/src/main/java/org/apache/maven/plugins/checkstyle/CheckstyleViolationCheckMojo.java#L536 -- This message was sent by Atlassian Jira (v8.20.10#820010)