Do you want this to happen at runtime or build time? Can you be more specific about what exactly the terms "export" and "import" mean in your particular case?
On Tue, Jul 25, 2017 at 11:32 AM, Dominik Marciniszyn < [email protected]> wrote: > 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. > -- http://about.me/milen
