-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
Comments
I don’t know how to patch my pom.xml to generate MANIFEST.MF files, or simply add a MANIFEST.MF in the src/resources directory. |
Thanks for looking after it. Probably this patch might give an idea, or this one both uses the maven-bundle-plugin, so this seems to be pretty standard, although there might be other alternatives. |
2.1.0 is released on maven central repo |
Thanks for the fast release. Though I am afraid it contains incompatible changes regarding the semantic versioning (the current classes in the mapper package should be just deprecated before the release of 3.0, where you could release it as removed). |
As I never release any documentation about mapping package, I was Thinking That why I do no deprecated this package First. 2014-10-19 23:33 GMT+02:00 Gábor Bakos notifications@github.com:
|
It would be nice to have OSGi-compatible MANIFEST.MF included (also in its asm dependency) in the generated artifacts.
The text was updated successfully, but these errors were encountered: