Hi, I have a few modules and each of them have its own property file in src/main/resources. I would like to export these files from each bundle and import them in one module. The module should create one file from this files. (Each file has the same name). Can I do it by <Export-Package>, <Import-Package> in maven-bundle-plugin? I have problem with import these files into one bundle.
Thanks for any help or advice, Dominik Marciniszyn -- View this message in context: http://karaf.922171.n3.nabble.com/Import-Export-property-files-between-modules-tp4051092.html Sent from the Karaf - Dev mailing list archive at Nabble.com.
