We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2bb5f18 + d882053 commit 2836ad9Copy full SHA for 2836ad9
README.adoc
@@ -18,7 +18,7 @@ Let's suppose that you need to add JUnit Jupiter version 5.9.2 into your POM in
18
19
[source, sh]
20
----
21
-mvn br.org.soujava:pom-editor:add-dep -Dgav='org.junit.jupiter:junit-jupiter:5.9.2' -Dscope=test
+mvn br.org.soujava:pom-editor-maven-plugin:add-dep -Dgav='org.junit.jupiter:junit-jupiter:5.9.2' -Dscope=test
22
23
24
It's a Maven plugin then you may register the groupId into your `settings.xml` pluginGroups node :
0 commit comments