Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.3S
-
None
-
MacOSX 10.5
Description
Not specifying compiler and resources encoding produces platform dependent file encoding (i.e.: on Macs this leads to MacRoman encoding), UTF-8 (I think) would be better.
This can be reached adding <encoding> tag in super pom's compiler plugin plus adding maven-resources-plugin (with encoding set).