My project is multi module
parent
|
-----Child A
src/main/resources/test.conf
|
-----Child B
src/main/test/ (from here I want to access conf)
I have tried multiple options:
1) Added Apache Resource Bundles (https://maven.apache.org/apache-resource-bundles/)
2) using resource tag in pom.xml With maven - clean package, xml source files are not included in classpath