-
Notifications
You must be signed in to change notification settings - Fork 107
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
japicmp-maven-plugin does no longer work with OSGI Bundles #280
Comments
The problem has been introduced with commit a7d600b. |
I can reproduce the issue but changing line 252 of the commit does not solve the problem. Interestingly the On the master branch I have added some small changes that map the |
I think you have to use MavenProject.getArtifact().getType() instead of MavenProject.getPackaging(). |
The handling of the bundle artitacts was still not working. I made additional adjustments in PR #292. |
Added two test bundles to PR #292. |
Issue #280: Fixed the packaging mapping from bundle to jar.
…est bundle modules according to naming scheme, adjusted integration test to check for existing bundle report
Fixed: 0.15.5 |
Since the fix of issue #278 (since version 0.15.1) the japicmp-maven-plugin can no longer be used for OSGI bundles.
I get the following exception:
The Maven project has packaging bundle:
The text was updated successfully, but these errors were encountered: