Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSGi Support #2

Open
stoicflame opened this issue Mar 13, 2013 · 0 comments
Open

OSGi Support #2

stoicflame opened this issue Mar 13, 2013 · 0 comments

Comments

@stoicflame
Copy link
Member

This basically involves updating the pom.xml files to produce bundles instead of plain jars. Bundles are still jars but have extra meta-data in the manifest that describe the import, exports, etc. Bundles can work in or out of an OSGi container. Outside the container they are seen as a regular jar.

To OSGi enable gedcomx the pom.xml files need to be updated to use the maven-bundle-plugin so that the proper manifest entries get defined.

See FamilySearch/gedcomx#102

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant