Skip to content

Commit d882053

Browse files
committed
doc: fix goal command sample
Signed-off-by: Maximillian Arruda <[email protected]>
1 parent 2bb5f18 commit d882053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Let's suppose that you need to add JUnit Jupiter version 5.9.2 into your POM in
1818

1919
[source, sh]
2020
----
21-
mvn br.org.soujava:pom-editor:add-dep -Dgav='org.junit.jupiter:junit-jupiter:5.9.2' -Dscope=test
21+
mvn br.org.soujava:pom-editor-maven-plugin:add-dep -Dgav='org.junit.jupiter:junit-jupiter:5.9.2' -Dscope=test
2222
----
2323

2424
It's a Maven plugin then you may register the groupId into your `settings.xml` pluginGroups node :

0 commit comments

Comments
 (0)