This repository was archived by the owner on Jul 5, 2018. It is now read-only.

Description
In Maven projects, resources should be placed in "src/main/resources/". So you can produce your app with one fat jar file. This gives to user more flexibility: The app becomes portable, and easily shareable. And also, denies user's access to resources.
It is not big issue but it is best practice.