Skip to content

Commit

Permalink
Fix the name of the sub-XML tag of the XML tag of the classpath in th…
Browse files Browse the repository at this point in the history
…e document (#483)

Fixes the name of the sub-XML tag of the XML tag of the classpath in the document
linghengqian authored Sep 4, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent abe2fa0 commit 9780e54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/docs/asciidoc/maven-plugin.adoc
Original file line number Diff line number Diff line change
@@ -228,8 +228,8 @@ Build Configuration]. It is also possible to customize the plugin within a
[source,xml]
----
<classpath>
<entry>path/to/file.jar</entry>
<entry>path/to/classes</entry>
<param>path/to/file.jar</param>
<param>path/to/classes</param>
</classpath>
----
`<classesDirectory>`::

0 comments on commit 9780e54

Please sign in to comment.