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
You could add the following in your pom indicating that the resources are available in src/main/java and including the type of resources.
src/main/java
including
src/main/java **/*.properties