We have dependency on customized external jar (which is belong to some other team) .The jar is having dependency on property files which are not bundles within jar.They are sharing property files separately along with jar.They are loading property files in their jar using getBundle() from ResourceBundle Class which is java library class.Now we are facing issue where to keep those property files?
we tried with different approaches
* by keeping property files in src/main/resources in aem.core project
* placed in ..\crx-quickstart\conf
Both approaches didn't work well...
Please Do help me...