I\'m using the maven-resources-plugin to copy some resources from my project but one of my resources is a binary file. The output says it is Using \'UTF-8\' encoding t
For a compiled binary that had no extension (it gets launched on the RHEL build server for some component tests), added a file extension for the Linux version it was intended to run under and used code-gijoe's answer above to ensure that maven did not "filter" it: