File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,28 @@ $ jbang toolbox@maveniverse --help
2424or you can download the CLI JAR from Maven Central and run it directly.
2525Finally, 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
2951Build requirements:
You can’t perform that action at this time.
0 commit comments