Details
-
Type:
Wish
-
Status:
Reopened
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.5
-
Fix Version/s: 3.0
-
Component/s: None
-
Labels:None
-
Environment:maven 1.1 beta 2
-
Number of attachments :
Description
The checkstyle locale is actually defined from the JVM and not from the property : maven.xdoc.locale.default
If I have a project with maven.xdoc.locale.default=En but I build it on a french system, the checkstyle report will be generated in French.
We should use the properties localeCountry and localeLanguage for the checker :
http://checkstyle.sourceforge.net/config.html#Checker
These properties can be constructed from ${maven.xdoc.locale.default }