From 977faade68e2a375d207ce52f0507b2045a5c6c5 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Tue, 2 Jan 2024 17:06:34 +0000 Subject: [PATCH] Polish build docs --- spring-shell-docs/modules/ROOT/pages/building.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-shell-docs/modules/ROOT/pages/building.adoc b/spring-shell-docs/modules/ROOT/pages/building.adoc index 88327727..49b131d0 100644 --- a/spring-shell-docs/modules/ROOT/pages/building.adoc +++ b/spring-shell-docs/modules/ROOT/pages/building.adoc @@ -64,7 +64,7 @@ profile which can be used to do a compilation. You need to configure metadata re NOTE: If you rely on `spring-boot-starter-parent` it manages `native-maven-plugin` version which is kept up to date. -When maven build is run with `./mvnw package -Pnative` you should get binary +When maven build is run with `./mvnw native:compile -Pnative` you should get binary under `target` directory. If everything went well this binary can be run as is instead of executing