Skip to content

Commit

Permalink
Package a bundle for use in OSGi environments
Browse files Browse the repository at this point in the history
  • Loading branch information
sharwell committed Mar 10, 2017
1 parent d1c37cb commit 31017c5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.tunnelvisionlabs</groupId>
<artifactId>immutable</artifactId>
<packaging>jar</packaging>
<packaging>bundle</packaging>

<version>1.1.36-SNAPSHOT</version>

Expand Down Expand Up @@ -119,6 +119,13 @@
<testSourceDirectory>test</testSourceDirectory>

<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>2.5.4</version>
<extensions>true</extensions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
Expand Down

0 comments on commit 31017c5

Please sign in to comment.