ilikeorangutans / omf

Maps Java POJOs to JCR structures in a transparent and easy to configure way.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create Maven module to build OSGI bundle

ilikeorangutans opened this issue · comments

Currently we create plain jar files. However, OSGI bundles are more suitable for a lot of environments. So I suggest we create an extra maven module that would not only take care of packaging bundles, but also add extra code to start for example session factories as an OSGI service.

Made all artifacts OSGI bundles, pushing out soon.