We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4cb3e17 + 25a9973 commit 85b8303Copy full SHA for 85b8303
.gitignore
@@ -3,3 +3,4 @@ target
3
.project
4
.vscode
5
.settings
6
+.idea
pom.xml
@@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
7
<groupId>com.github.ua-parser</groupId>
8
<artifactId>uap-java</artifactId>
9
- <packaging>jar</packaging>
+ <packaging>bundle</packaging>
10
<version>1.4.4-SNAPSHOT</version>
11
<name>User Agent Parser for Java</name>
12
@@ -93,6 +93,12 @@
93
<target>1.7</target>
94
</configuration>
95
</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>
102
</plugins>
103
</build>
104
0 commit comments