Skip to content

Commit 3c7e54b

Browse files
authored
Update README.md
1 parent 87253a1 commit 3c7e54b

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,28 @@ $ jbang toolbox@maveniverse --help
2424
or you can download the CLI JAR from Maven Central and run it directly.
2525
Finally, just go over sources to get the idea what is happening.
2626

27+
To not have to type groupId of the plugin in Maven, just "toolbox", add
28+
following snippet to your `settings.xml`:
29+
30+
```xml
31+
<pluginGroups>
32+
<pluginGroup>eu.maveniverse.maven.plugins</pluginGroup>
33+
</pluginGroups>
34+
```
35+
36+
To use mvnsh extension, add this to your `extensions.xml`:
37+
38+
```xml
39+
<?xml version="1.0" encoding="UTF-8"?>
40+
<extensions>
41+
<extension>
42+
<groupId>eu.maveniverse.maven.toolbox</groupId>
43+
<artifactId>mvnsh</artifactId>
44+
<version>0.7.1</version>
45+
</extension>
46+
</extensions>
47+
```
48+
2749
## Requirements
2850

2951
Build requirements:

0 commit comments

Comments
 (0)