Skip to content

Commit 89dafae

Browse files
committed
introduced OSGi metadata
1 parent 63fa2f6 commit 89dafae

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
@@ -8,7 +8,7 @@
88
<organization>
99
<name>JSQLParser</name>
1010
</organization>
11-
<packaging>jar</packaging>
11+
<packaging>bundle</packaging>
1212
<url>https://github.com/JSQLParser/JSqlParser</url>
1313

1414
<licenses>
@@ -231,6 +231,12 @@
231231
</instrumentation>
232232
</configuration>
233233
</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>
234240
</plugins>
235241
</build>
236242

0 commit comments

Comments
 (0)