From bf819a66a405c43d2ccaed69ded9ecc7e78bedc4 Mon Sep 17 00:00:00 2001 From: Konrad Windszus Date: Tue, 21 Jun 2022 15:56:50 +0200 Subject: [PATCH] Clarify effect on ignoring Bundle-Version for package deletion This closes #5290 Signed-off-by: Konrad Windszus --- maven/bnd-baseline-maven-plugin/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/maven/bnd-baseline-maven-plugin/README.md b/maven/bnd-baseline-maven-plugin/README.md index 57b3e926f8..99d1af4658 100644 --- a/maven/bnd-baseline-maven-plugin/README.md +++ b/maven/bnd-baseline-maven-plugin/README.md @@ -181,6 +181,8 @@ It is possible to only check for correct package versions and leave out the bund +Note though that this will also completely ignore package removals, as in that case the package version from the base would need to be compared with the (ignored) bundle version, as the version of the deleted package is obviously no longer there. + ## Configuration Properties |Configuration Property | Description |