diff --git a/docs/src/main/asciidoc/building-native-image.adoc b/docs/src/main/asciidoc/building-native-image.adoc index 06019bc3fa111..80be451fefa50 100644 --- a/docs/src/main/asciidoc/building-native-image.adoc +++ b/docs/src/main/asciidoc/building-native-image.adoc @@ -170,14 +170,20 @@ The native executable for our application will contain the application code, req image:native-executable-process.png[Creating a native executable] -If you have generated the application from the previous tutorial, you can find in the `pom.xml` the following _profile_: +If you have generated the application from the previous tutorial, you can find in the `pom.xml` the following Maven profile section: [source,xml] ---- native + + + native + + + false native