Skip to content

Commit

Permalink
Merge pull request #4 from gdelafosse/osgi
Browse files Browse the repository at this point in the history
make javatuples a valid OSGI bundle
  • Loading branch information
danielfernandez committed Jan 20, 2016
2 parents 4f99298 + bd973b7 commit 16a456e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.javatuples</groupId>
<artifactId>javatuples</artifactId>
<packaging>jar</packaging>
<packaging>bundle</packaging>
<version>1.3-SNAPSHOT</version>
<name>javatuples</name>
<url>http://www.javatuples.org</url>
Expand Down Expand Up @@ -204,6 +204,12 @@

</plugin>

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

</plugins>

Expand Down

0 comments on commit 16a456e

Please sign in to comment.