Details
-
Type:
Task
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.1
-
Component/s: None
-
Labels:None
Description
Some maven plugins use the default locale to format numbers into XML files. Check if no plugin uses some hardcoded locale or other number format.
Change all our collectors to use the same locale than the maven plugin (BaseCollector?.parseNumber(...) or BaseCollector?.parseNumberWithDefaultLocale()).
See ticket:359 on trac for surefire collector that is already fixed.