Fix Maven plugin command-line examples

Fixes gh-21078
This commit is contained in:
Scott Frederick 2020-04-30 12:19:14 -05:00
parent 83e4bb39b6
commit 1c11e163c7
1 changed files with 2 additions and 2 deletions

View File

@ -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
----