I am working on a multi-module Maven project, whose structure is like this:
war-module
jar-module
The war-module depends on the jar-module,
From my experience this can be implemented in an easy way , just :
Detailed steps:
com.your.group.id
common-config
provided
I prefer to use the scope provided and provide the file from a classpath config folder at runtime.