Skip to content

Commit

Permalink
Merge pull request #1030 from Pandrex247/HK2-Extras-OSGi
Browse files Browse the repository at this point in the history
Add OSGi Exports to HK2-Extras
  • Loading branch information
dmatej authored Jun 25, 2024
2 parents 017c0b7 + c0e864a commit 6dae264
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions hk2-extras/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,17 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
<Export-Package>
org.glassfish.hk2.extras; \
org.glassfish.hk2.extras.events; \
org.glassfish.hk2.extras.interception; \
org.glassfish.hk2.extras.operation; \
org.glassfish.hk2.extras.provides; version=${project.osgi.version}
</Export-Package>
</instructions>
</configuration>
<executions>
<execution>
<id>bundle-manifest</id>
Expand Down

0 comments on commit 6dae264

Please sign in to comment.