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
With this pom fragment you include anything that is not a java file for both main and test artifact:
src/main/java **/*.java src/test/java **/*.java