Skip to content

Commit 73d5581

Browse files
docs: organizing subtitles for how to use it
Signed-off-by: Gian de Manincor <[email protected]>
1 parent 2836ad9 commit 73d5581

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Facilitate manipulation such as managing POM dependencies through CLI (command l
1414

1515
== How to use it
1616

17+
==== Add a dependency
18+
1719
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:
1820

1921
[source, sh]
@@ -41,6 +43,10 @@ Then you'll be able to perform the plugin by its prefix:
4143
mvn pom-editor:add-dep -Dgav='org.junit.jupiter:junit-jupiter:5.9.2' -Dscope=test
4244
----
4345

46+
==== Confirm the changes
47+
48+
==== Revert the changes
49+
4450
== Goals
4551

4652
It covers the following goals:

0 commit comments

Comments
 (0)