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.
1 parent f4d5fdf commit 28ad1f9Copy full SHA for 28ad1f9
nio-multipart-parser/pom.xml
@@ -10,6 +10,7 @@
10
</parent>
11
12
<artifactId>nio-multipart-parser</artifactId>
13
+ <packaging>bundle</packaging>
14
15
<properties>
16
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -86,6 +87,12 @@
86
87
<groupId>org.jacoco</groupId>
88
<artifactId>jacoco-maven-plugin</artifactId>
89
</plugin>
90
+ <plugin>
91
+ <groupId>org.apache.felix</groupId>
92
+ <artifactId>maven-bundle-plugin</artifactId>
93
+ <version>4.1.0</version>
94
+ <extensions>true</extensions>
95
+ </plugin>
96
</plugins>
97
</build>
98
0 commit comments