Skip to content

Commit

Permalink
add OSGi Metadata using bnd-maven-plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Bischof <[email protected]>
  • Loading branch information
stbischof authored and HannesWell committed Oct 1, 2024
1 parent d4406a4 commit a0a61bc
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,28 @@
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>biz.aQute.bnd</groupId>
<artifactId>bnd-maven-plugin</artifactId>
<version>6.4.0</version>
<extensions>true</extensions>
<executions>
<execution>
<id>jar</id>
<configuration>
<bnd><![CDATA[
-noextraheaders: true
-reproducible: true
Export-Package: org.eclipse.dash.licenses*
]]></bnd>
</configuration>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
<resources>
<resource>
Expand Down

0 comments on commit a0a61bc

Please sign in to comment.