Question: Suppose you are packaging a Maven project and see the following error: ?[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!? What do you add to your POM file to set the platform encoding to ensure your build is not platform dependent?

Answer: The correct answer of the above question is Option C: