Skip to content

Commit

Permalink
Generate OSGi metadata for the Java binding
Browse files Browse the repository at this point in the history
This change makes an OSGi bundle out of the 'ppm-java-binding' bundle by
using the Maven Bundle Plugin.

Signed-off-by: Jens Reimann <[email protected]>
  • Loading branch information
ctron committed Nov 2, 2017
1 parent eec10c6 commit ec719f8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions bindings/ppmp-java-binding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@
<groupId>org.eclipse.iot.unide.ppmp</groupId>
<artifactId>ppmp-java-binding</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>bundle</packaging>

<properties>
<jackson.version>2.8.2</jackson.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<build>
Expand All @@ -33,6 +35,15 @@
</plugin>
</plugins>
</pluginManagement>

<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>3.3.0</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>

<dependencies>
Expand Down

0 comments on commit ec719f8

Please sign in to comment.