p2-maven-plugin icon indicating copy to clipboard operation
p2-maven-plugin copied to clipboard

Change Felix default instructions globally

Open mkjensen opened this issue 10 years ago • 0 comments

It would be helpful if the default instructions for Felix could be overwritten globally.

E.g. instead of having to include the following for each artifact, it would just need to be specified once.

<transitive>false</transitive>
<instructions>
  <DynamicImport-Package>*</DynamicImport-Package>
  <Import-Package>;</Import-Package>
</instructions>

mkjensen avatar Dec 05 '14 07:12 mkjensen