Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bc55484

Browse files
committed
Adding OSGi support
1 parent 2acd754 commit bc55484

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<groupId>de.taimos</groupId>
1111
<artifactId>gpsd4java</artifactId>
1212
<version>1.3.0-SNAPSHOT</version>
13-
<packaging>jar</packaging>
13+
<packaging>bundle</packaging>
1414
<name>GPSd4Java</name>
1515
<description>Java Client library for GPSd deamon</description>
1616
<prerequisites>
@@ -107,6 +107,12 @@
107107
</archive>
108108
</configuration>
109109
</plugin>
110+
<plugin>
111+
<groupId>org.apache.felix</groupId>
112+
<artifactId>maven-bundle-plugin</artifactId>
113+
<version>2.5.3</version>
114+
<extensions>true</extensions>
115+
</plugin>
110116
</plugins>
111117
</build>
112118
</project>

0 commit comments

Comments
 (0)