Configure OSGi bundling

This commit is contained in:
mishako 2016-01-02 18:16:12 +01:00
parent 2b82a22660
commit d61743fd8e

14
pom.xml
View file

@ -107,6 +107,20 @@
</lifecycleMappingMetadata>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>3.0.1</version>
<executions>
<execution>
<id>bundle</id>
<phase>package</phase>
<goals>
<goal>bundle</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</pluginManagement>
</build>