Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

Commit

Permalink
Correct bundle plugin to generate OSGI-INF folder (#122) (#124)
Browse files Browse the repository at this point in the history
Fixes #116
  • Loading branch information
Denis authored and caalador committed Dec 28, 2018
1 parent e6f338c commit 1d0c61b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,7 @@
</execution>
</executions>
<configuration>
<exportScr>true</exportScr>
<instructions>
<Bundle-Name>${osgi.bundle.name}</Bundle-Name>
<Bundle-SymbolicName>${osgi.bundle.symbolic.name}</Bundle-SymbolicName>
Expand All @@ -620,6 +621,10 @@
<Bundle-License>${osgi.bundle.license}</Bundle-License>
<Bundle-Description>${osgi.bundle.description}</Bundle-Description>
<_removeheaders>Built-By</_removeheaders>
<!-- Enable processing of OSGI DS component annotations -->
<_dsannotations>*</_dsannotations>
<!-- Enable processing of OSGI metatype annotations -->
<_metatypeannotations>*</_metatypeannotations>
</instructions>
</configuration>
</plugin>
Expand Down

0 comments on commit 1d0c61b

Please sign in to comment.