You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Sueess (JIRA)" <ji...@codehaus.org> on 2013/10/16 14:07:52 UTC

[jira] (MCHECKSTYLE-201) Test Classes are not checked if not src/main/java folder exists

Michael Sueess created MCHECKSTYLE-201:
------------------------------------------

             Summary: Test Classes are not checked if not src/main/java folder exists
                 Key: MCHECKSTYLE-201
                 URL: https://jira.codehaus.org/browse/MCHECKSTYLE-201
             Project: Maven Checkstyle Plugin
          Issue Type: Bug
    Affects Versions: 2.10
            Reporter: Michael Sueess


I have a maven java project with only the following folders:
src/main/resources
src/test/java
src/test/resources
but without the src/main/java folder.

But it still i want to check the style of the Test Classes in src/test/java.

i set <includeTestSourceDirectory> to true but my Test Classes will not be checkstyled until i add am empty src/main/java folder.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira