Skip to content

Commit e03ba7d

Browse files
authored
Merge pull request #6977 from kwin/patch-7
Clarify plugin repository configuration in README
2 parents ccc7003 + ce6dce9 commit e03ba7d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

maven-plugins/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,9 @@ You can then run `./mvnw install` to build the Bnd Maven plugins (or `mvn instal
7676

7777
If you want to try the latest development SNAPSHOT build of the
7878
Bnd 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

9697
If you want to try the latest milestone or release candidate build of the
9798
Bnd 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>

0 commit comments

Comments
 (0)