Browse Source

Changed POM to generate an OSGi bundle jar.

BTW, please vote for json-smart issue http://code.google.com/p/json-smart/issues/detail?id=22
pull/6/head
Matt Bishop 13 years ago
parent
commit
01fe0b14d2
  1. 12
      json-path/pom.xml

12
json-path/pom.xml

@ -24,7 +24,7 @@
</parent>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<packaging>jar</packaging>
<packaging>bundle</packaging>
<version>0.6.0-SNAPSHOT</version>
<name>json-path</name>
<url>http://code.google.com/p/json-path/</url>
@ -65,4 +65,14 @@
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>

Loading…
Cancel
Save