Hi!

I'm trying to osgi-ify a jar that has some configuration files in the root folder of the jar:

some.jar:
  META-INF
    MANIFEST.MF
  org
    apache
      etc.
  someconfig.file

If I run BND/ maven bundle plugin 'someconfig.file' is not included in the bundle. I tried <Include-Resource>someconfig.file</Include- Resource> but that didn't work. What is the best way to handle this?

Thanks,
Gebo

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to