Skip to content

Commit

Permalink
Changed to package as a bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
MushyMiddle authored and jchambers committed Aug 8, 2021
1 parent 3218236 commit 23f4f0f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<groupId>com.eatthepath</groupId>
<artifactId>fast-uuid</artifactId>
<version>0.2-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>fast-uuid</name>
<description>A Java library for quickly and efficiently parsing and writing UUIDs</description>

Expand Down Expand Up @@ -62,6 +63,16 @@
</configuration>
</plugin>

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

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

0 comments on commit 23f4f0f

Please sign in to comment.