Is there a way to obfuscate a resource directory without the use of an outside plugin? I need to prevent users from being able to read a few xml files. Even if there's a way to export the files obfuscated into the JAR file.
I have searched, and have seen 3rd party tools (such as ProGuard). However, I am looking for a method that doesn't involve 3rd party software.