Skip to content

Commit 1c11e16

Browse files
Fix Maven plugin command-line examples
Fixes gh-21078
1 parent 83e4bb3 commit 1c11e16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/packaging-oci-image.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ The builder can be specified on the command line as well, as shown in this examp
137137

138138
[indent=0]
139139
----
140-
$ mvn spring-boot:build-image -Dspring-boot.build-image:builder=mine/java-cnb-builder
140+
$ mvn spring-boot:build-image -Dspring-boot.build-image.builder=mine/java-cnb-builder
141141
----
142142

143143

@@ -230,6 +230,6 @@ The image name can be specified on the command line as well, as shown in this ex
230230

231231
[indent=0]
232232
----
233-
$ mvn spring-boot:build-image -Dspring-boot.build-image:imageName=example.com/library/v1
233+
$ mvn spring-boot:build-image -Dspring-boot.build-image.imageName=example.com/library/v1
234234
----
235235

0 commit comments

Comments
 (0)