Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.9.1
-
None
Description
There is a nice check in Checkstyle that allows you to keep your localized resource bundles in sync.
<module name="Translation"/>
http://checkstyle.sourceforge.net/config_misc.html
In its current state maven-checkstyle-plugin cannot make use of this check, for two reasons:
- maven-checkstyle-plugin only recognizes **/*.java files. This can be re-configured with the <includes> parameter.
- maven-checkstyle-plugin supports only one source directory, which is configured with the <sourceDirectory> parameter.
We need to be able to add a resource directory (/src/main/resources by default) that is searched for **/*.properties files by default.
Attachments
Issue Links
- is related to
-
MCHECKSTYLE-192 Properties files are only processed in the report, but not in the mojo
- Closed
- relates to
-
MCHECKSTYLE-186 FileTabCharacter check not working
- Closed
-
MCHECKSTYLE-199 Make resource file processing configurable
- Closed