Skip to content

Commit 4931e73

Browse files
committed
More to README
1 parent af9fdab commit 4931e73

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ With Maven 3 create project-wide, or with Maven 4-rc-3+ create user-wide `~/.m2/
3636
</extensions>
3737
```
3838

39+
It is recommended (but not mandatory) to add this stanza to your `settings.xml` as well if you don't have it already
40+
(to not type whole G of plugin):
41+
```xml
42+
<pluginGroups>
43+
<pluginGroup>eu.maveniverse.maven.plugins</pluginGroup>
44+
</pluginGroups>
45+
```
46+
3947
That's all! No project change needed at all. Next, let's see an example of Apache Maven project (I used `maven-gpg-plugin`):
4048

4149
1. For example’s sake, I took last release of plugin: `git checkout maven-gpg-plugin-3.2.7`

0 commit comments

Comments
 (0)