From ce6dce9fc116c2f9245b9f1f15e6d2e45c1d4b27 Mon Sep 17 00:00:00 2001 From: Konrad Windszus Date: Mon, 1 Dec 2025 16:56:21 +0100 Subject: [PATCH] Clarify plugin repository configuration in README Updated instructions for configuring plugin repositories in the README. Signed-off-by: Konrad Windszus --- maven-plugins/README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/maven-plugins/README.md b/maven-plugins/README.md index 97940f344c..ff0ef071f8 100644 --- a/maven-plugins/README.md +++ b/maven-plugins/README.md @@ -76,8 +76,9 @@ You can then run `./mvnw install` to build the Bnd Maven plugins (or `mvn instal If you want to try the latest development SNAPSHOT build of the Bnd Maven Plugins, you will need to adjust your pom to refer to the snapshot -repository and select the latest version of the plugins. For example, edit the -pom's `pluginManagement` section, to configure the repository: +repository and select the latest version of the plugins. Edit the +pom's [`pluginRepositories` section](https://maven.apache.org/pom.html#Plugin_Repositories) +to configure the repository like this: ```xml @@ -95,8 +96,9 @@ pom's `pluginManagement` section, to configure the repository: If you want to try the latest milestone or release candidate build of the Bnd Maven Plugins, you will need to adjust your pom to refer to the release -repository and select the desired version of the plugins. For example, edit the -pom's `pluginManagement` section, to configure the repository: +repository and select the desired version of the plugins. Edit the +pom's [`pluginRepositories` section](https://maven.apache.org/pom.html#Plugin_Repositories) +to configure the repository like this ```xml