Skip to content

Add OSGi headers to JAR manifest - #8

Merged
boronine merged 1 commit into
hsluv:masterfrom
boronine-bot:add-osgi-manifest
Aug 16, 2026
Merged

Add OSGi headers to JAR manifest#8
boronine merged 1 commit into
hsluv:masterfrom
boronine-bot:add-osgi-manifest

Conversation

@boronine-bot

Copy link
Copy Markdown
Contributor

Fixes #1.

Adds OSGi metadata to the JAR manifest via maven-jar-plugin, so the artifact can be resolved by OSGi/Karaf feature verification:

  • Bundle-ManifestVersion: 2
  • Bundle-SymbolicName: org.hsluv
  • Bundle-Version, Bundle-Name, Bundle-Description
  • Bundle-RequiredExecutionEnvironment: JavaSE-1.8
  • Export-Package: org.hsluv

The library has no non-JDK dependencies, so no Import-Package entries are needed.

@boronine
boronine merged commit 1200565 into hsluv:master Aug 16, 2026
1 check passed
@boronine-bot boronine-bot mentioned this pull request Aug 16, 2026
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

Successfully merging this pull request may close these issues.

maven package has missing headers in the manifest

2 participants