Add maven-bundle-plugin to build to give jar files OSGi manifest headers and make the jar files OSGi bundles, fixes #794

This commit is contained in:
Steinar Bang
2023-08-02 11:47:42 +02:00
committed by Harald Kuhr
parent 8bd3f4f34a
commit f2cc9faaf8
31 changed files with 268 additions and 0 deletions

View File

@@ -37,4 +37,13 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>