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 63fa2f6 commit 89dafaeCopy full SHA for 89dafae
1 file changed
pom.xml
@@ -8,7 +8,7 @@
8
<organization>
9
<name>JSQLParser</name>
10
</organization>
11
- <packaging>jar</packaging>
+ <packaging>bundle</packaging>
12
<url>https://github.com/JSQLParser/JSqlParser</url>
13
14
<licenses>
@@ -231,6 +231,12 @@
231
</instrumentation>
232
</configuration>
233
</plugin>
234
+ <plugin>
235
+ <groupId>org.apache.felix</groupId>
236
+ <artifactId>maven-bundle-plugin</artifactId>
237
+ <version>3.0.1</version>
238
+ <extensions>true</extensions>
239
+ </plugin>
240
</plugins>
241
</build>
242
0 commit comments