I received a source code bundle. Inside the src directory tree there are some properties files(.properties) which I want to keep in the output jar in the same place. e.g: I
Include and mix all your non .java src files and the src/main/resources:
src/main/resources ${project.build.sourceDirectory} **/*.java src/test/resources ${project.build.testSourceDirectory} **/*.java