Skip to content

Commit 150009f

Browse files
committed
fixes #72 build JAR with OSGi support
1 parent dcb51d2 commit 150009f

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
@@ -19,7 +19,8 @@
1919
<modelVersion>4.0.0</modelVersion>
2020
<groupId>com.networknt</groupId>
2121
<artifactId>json-schema-validator</artifactId>
22-
<version>0.1.16</version>
22+
<version>0.1.17</version>
23+
<packaging>bundle</packaging>
2324
<description>A json schema validator that supports draft v4</description>
2425
<url>https://github.com/networknt/json-schema-validator</url>
2526
<name>JsonSchemaValidator</name>
@@ -143,6 +144,11 @@
143144
</testResource>
144145
</testResources>
145146
<plugins>
147+
<plugin>
148+
<groupId>org.apache.felix</groupId>
149+
<artifactId>maven-bundle-plugin</artifactId>
150+
<extensions>true</extensions>
151+
</plugin>
146152
<plugin>
147153
<groupId>org.sonatype.plugins</groupId>
148154
<artifactId>nexus-staging-maven-plugin</artifactId>

0 commit comments

Comments
 (0)