Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
None
-
None
Description
The maven-safefail-plugin in uima-as-activemq pom.xml does not set UTF-8 encoding. This causes a WARNING:
File encoding has not been set, using platform encoding
{default encoding}
when maven runs extended tests on Apple OS and linux. On Mac the default encoding seems to be: MacRoman
Modify failsafe-plugin to use UTF-8 encoding.