From 81a6474118f6b0682e564a016a2761a739cb9dc4 Mon Sep 17 00:00:00 2001 From: Piotrek Zygielo Date: Tue, 26 Jul 2022 15:32:05 +0200 Subject: [PATCH] Set m-bundle-p supportIncrementalBuild 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. --- mq/main/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/mq/main/pom.xml b/mq/main/pom.xml index 395fd6ec7..c02190cda 100644 --- a/mq/main/pom.xml +++ b/mq/main/pom.xml @@ -563,6 +563,7 @@ <_removeheaders>Bnd-LastModified <_reproducible>true + true