Skip to content

Commit

Permalink
Remove extra word
Browse files Browse the repository at this point in the history
  • Loading branch information
olyagpl committed Nov 22, 2023
1 parent 61257cf commit 24e5db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/docs/asciidoc/maven-plugin-quickstart.adoc
Expand Up @@ -269,7 +269,7 @@ With this plugin you can already build a native executable directly with Maven b

== Build a Native Executable by Detecting Resources with the Agent

This demo application and requires metadata before building a native executable. You do not have to configure anything manually: the plugin can generate the required configuration for you by injecting the https://graalvm.github.io/native-build-tools/latest/maven-plugin.html#agent-support[tracing agent] at package time.
This demo application requires metadata before building a native executable. You do not have to configure anything manually: the plugin can generate the required configuration for you by injecting the https://graalvm.github.io/native-build-tools/latest/maven-plugin.html#agent-support[tracing agent] at package time.

This comment has been minimized.

Copy link
@bhoran

bhoran Nov 23, 2023

at "package time"?

The agent is disabled by default, and can be enabled in project's _pom.xml_ file or via the command line.

. To enable the agent via the _pom.xml_ file, specify `<enabled>true</enabled>` in the `native-maven-plugin` plugin configuration:
Expand Down

0 comments on commit 24e5db3

Please sign in to comment.