Skip to content

Commit 85b8303

Browse files
committed
Merge remote-tracking branch 'origin/make_uap_java_an_OSGI_bundle' into uap_java_servoy
2 parents 4cb3e17 + 25a9973 commit 85b8303

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ target
33
.project
44
.vscode
55
.settings
6+
.idea

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>com.github.ua-parser</groupId>
88
<artifactId>uap-java</artifactId>
9-
<packaging>jar</packaging>
9+
<packaging>bundle</packaging>
1010
<version>1.4.4-SNAPSHOT</version>
1111
<name>User Agent Parser for Java</name>
1212

@@ -93,6 +93,12 @@
9393
<target>1.7</target>
9494
</configuration>
9595
</plugin>
96+
<plugin>
97+
<groupId>org.apache.felix</groupId>
98+
<artifactId>maven-bundle-plugin</artifactId>
99+
<version>4.2.1</version>
100+
<extensions>true</extensions>
101+
</plugin>
96102
</plugins>
97103
</build>
98104

0 commit comments

Comments
 (0)