Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Incomplete
-
2.9.1
-
None
-
None
-
None
-
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"
Description
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
Attachments
Issue Links
- relates to
-
MCHECKSTYLE-64 Allow inclusion of javadoc source path in check
- Closed
Solution was offered, reporter did not respond in a decent amount of time.