From 1c11e163c7179a942a6faabdcc0fa4ac38a55e53 Mon Sep 17 00:00:00 2001 From: Scott Frederick Date: Thu, 30 Apr 2020 12:19:14 -0500 Subject: [PATCH] Fix Maven plugin command-line examples Fixes gh-21078 --- .../src/docs/asciidoc/packaging-oci-image.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/packaging-oci-image.adoc b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/packaging-oci-image.adoc index d52efde1045..89c6288b52b 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/packaging-oci-image.adoc +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/packaging-oci-image.adoc @@ -137,7 +137,7 @@ The builder can be specified on the command line as well, as shown in this examp [indent=0] ---- - $ mvn spring-boot:build-image -Dspring-boot.build-image:builder=mine/java-cnb-builder + $ mvn spring-boot:build-image -Dspring-boot.build-image.builder=mine/java-cnb-builder ---- @@ -230,6 +230,6 @@ The image name can be specified on the command line as well, as shown in this ex [indent=0] ---- - $ mvn spring-boot:build-image -Dspring-boot.build-image:imageName=example.com/library/v1 + $ mvn spring-boot:build-image -Dspring-boot.build-image.imageName=example.com/library/v1 ----