Skip to content

Commit

Permalink
Subsitute <arg> with <buildArg>
Browse files Browse the repository at this point in the history
  • Loading branch information
olyagpl committed Dec 15, 2023
1 parent 92fe418 commit fc1235d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/docs/asciidoc/maven-plugin.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Build Configuration]. It is also possible to customize the plugin within a
[source,xml]
----
<buildArgs>
<arg>--argument</arg>
<buildArg>--argument</buildArg>
</buildArgs>
----
`<skipNativeBuild>`::
Expand Down

0 comments on commit fc1235d

Please sign in to comment.