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

Reply via email to