Skip to content

Instantly share code, notes, and snippets.

@evandor
Created November 16, 2013 07:36
Show Gist options
  • Save evandor/7497157 to your computer and use it in GitHub Desktop.
Save evandor/7497157 to your computer and use it in GitHub Desktop.
maven-bundle-plugin
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
<_include>-osgi.bnd</_include>
</instructions>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment