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

Enabled OSGi metadata in MANIFST-MF for created JAR #971

Merged
merged 4 commits into from Feb 26, 2020
Merged

Enabled OSGi metadata in MANIFST-MF for created JAR #971

merged 4 commits into from Feb 26, 2020

Conversation

ViToni
Copy link
Contributor

@ViToni ViToni commented Jan 20, 2020

Changed pom.xml so that the OSGi metadata is created and included in the resulting JAR.

Description

Added the bnd-maven-plugin and its configuration to the pom.xml so that resulting JAR will contain OSGi metadata.

Related Issue

Fixes #822 .

Motivation and Context

Enables usage of the library in OSGi without the requiring the user to wrap the library.

How Has This Been Tested?

The library JAR still gets created.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
    (The same failing tests as before the change are still failing afterwards...)

Signed-off-by: Victor Toni <victor.toni@gmail.com>
…agement`

Signed-off-by: Victor Toni <victor.toni@gmail.com>
Signed-off-by: Victor Toni <victor.toni@gmail.com>
…maven-plugin`

Signed-off-by: Victor Toni <victor.toni@gmail.com>
@ViToni ViToni mentioned this pull request Feb 24, 2020
11 tasks
pom.xml Show resolved Hide resolved
@marci4 marci4 mentioned this pull request Feb 25, 2020
8 tasks
@marci4 marci4 added the Build label Feb 25, 2020
@marci4 marci4 added this to the Release 1.4.1 milestone Feb 26, 2020
@marci4 marci4 merged commit 4492503 into TooTallNate:master Feb 26, 2020
@ViToni ViToni deleted the bugfix/Add_OSGi_metadata branch February 26, 2020 23:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add OSGi metadata
2 participants