From 43d5c5cd9ef8cf23cae566901826b4b0ef949a9e 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 57b3e926f88..ba54fc842e7 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 bundle version, as the version of the deleted package is obviously no longer there. + ## Configuration Properties |Configuration Property | Description |