Skip to content

Commit

Permalink
support osgi
Browse files Browse the repository at this point in the history
  • Loading branch information
Zohhak committed Mar 26, 2020
1 parent 328cf49 commit 6d1d930
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>dk.brics</groupId>
<artifactId>automaton</artifactId>
<version>1.12-2</version>
<packaging>jar</packaging>
<packaging>bundle</packaging>

<name>dk.brics.automaton</name>
<description>
Expand Down Expand Up @@ -138,6 +138,16 @@
</systemProperties>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<instructions>
<Export-Package>dk.brics.automaton</Export-Package>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 6d1d930

Please sign in to comment.