File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -76,8 +76,9 @@ You can then run `./mvnw install` to build the Bnd Maven plugins (or `mvn instal
7676
7777If you want to try the latest development SNAPSHOT build of the
7878Bnd Maven Plugins, you will need to adjust your pom to refer to the snapshot
79- repository and select the latest version of the plugins. For example, edit the
80- pom's ` pluginManagement ` section, to configure the repository:
79+ repository and select the latest version of the plugins. Edit the
80+ pom's [ ` pluginRepositories ` section] ( https://maven.apache.org/pom.html#Plugin_Repositories )
81+ to configure the repository like this:
8182
8283``` xml
8384<pluginRepositories >
@@ -95,8 +96,9 @@ pom's `pluginManagement` section, to configure the repository:
9596
9697If you want to try the latest milestone or release candidate build of the
9798Bnd Maven Plugins, you will need to adjust your pom to refer to the release
98- repository and select the desired version of the plugins. For example, edit the
99- pom's ` pluginManagement ` section, to configure the repository:
99+ repository and select the desired version of the plugins. Edit the
100+ pom's [ ` pluginRepositories ` section] ( https://maven.apache.org/pom.html#Plugin_Repositories )
101+ to configure the repository like this
100102
101103``` xml
102104<pluginRepositories >
You can’t perform that action at this time.
0 commit comments