[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
Problem
- Error message during plugin execution, could be MacRoman or Cp1252.
Cause
- "Emitted by a plugin that processes plain text files but has not been configured to use a specific file encoding."
- Reference: http://maven.apache.org/general.html#encoding-warning
Solution
- Add the following to the pom.xml, immediately before the build section:
Labels:
None
