You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Lukasz Strzelecki (JIRA)" <ji...@codehaus.org> on 2013/02/22 14:56:13 UTC

[jira] (MCHECKSTYLE-187) Enable checkstyle for all files in project

Lukasz Strzelecki created MCHECKSTYLE-187:
---------------------------------------------

             Summary: Enable checkstyle for all files in project
                 Key: MCHECKSTYLE-187
                 URL: https://jira.codehaus.org/browse/MCHECKSTYLE-187
             Project: Maven 2.x Checkstyle Plugin
          Issue Type: Improvement
    Affects Versions: 2.9.1
         Environment: Apache Maven 3.0.4 (r1232337; 2012-01-17 09:44:56+0100)
Java version: 1.6.0_33, vendor: Sun Microsystems Inc.
OS name: "linux", version: "3.2.0-36-generic", arch: "amd64", family: "unix"

            Reporter: Lukasz Strzelecki


When I have module configured as war (packaging war). Checkstyle plugin should check for all file in project i.e.
* /src/main/java
* /src/main/resources
* /src/main/webapp

when includeTestSourceDirectory is enabled, chekckstyle plugin should add more paths like:
* /src/test/java
* /src/test/resources
* /src/test/webapp

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