Skip to content

Commit

Permalink
Set m-bundle-p supportIncrementalBuild
Browse files Browse the repository at this point in the history
https://felix.apache.org/documentation/_attachments/components/bundle-plugin/manifest-mojo.html#supportIncrementalBuild

> supportIncrementalBuild:
>  When true, manifest generation on incremental builds is supported in IDEs like Eclipse.
>  Please note that the underlying BND library does not support incremental build,
>  which means always the whole manifest and SCR metadata is generated.
  • Loading branch information
pzygielo committed Jul 26, 2022
1 parent a591ffb commit 81a6474
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mq/main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,7 @@
<_removeheaders>Bnd-LastModified</_removeheaders>
<_reproducible>true</_reproducible>
</instructions>
<supportIncrementalBuild>true</supportIncrementalBuild>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 81a6474

Please sign in to comment.