You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@ Facilitate manipulation such as managing POM dependencies through CLI (command l
14
14
15
15
== How to use it
16
16
17
+
==== Add a dependency
18
+
17
19
Let's suppose that you need to add JUnit Jupiter version 5.9.2 into your POM in the test scope, you could perform the following command inside on the target maven project:
18
20
19
21
[source, sh]
@@ -41,6 +43,10 @@ Then you'll be able to perform the plugin by its prefix:
0 commit comments