Skip to content

Commit

Permalink
Merge pull request #551 from graalvm/og/maven-plugin-config-syntax
Browse files Browse the repository at this point in the history
Substitute <arg> with <buildArg> in Maven plugin doc.
  • Loading branch information
dnestoro committed Jan 23, 2024
2 parents 92fe418 + fc1235d commit 8765753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/docs/asciidoc/maven-plugin.adoc
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 8765753

Please sign in to comment.