From 88e9f1d28ca648ca4eed11be9c1438876fa504a9 Mon Sep 17 00:00:00 2001 From: Scott Frederick Date: Thu, 18 Feb 2021 18:22:36 -0600 Subject: [PATCH] Fix Maven buildpacks example in docs See gh-21722 --- .../src/docs/asciidoc/packaging-oci-image.adoc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 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 79cb4a3b2f..881b1ededd 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 @@ -340,9 +340,11 @@ The following example instructs the builder to use a custom buildpack packaged i org.springframework.boot spring-boot-maven-plugin - - file:///path/to/example-buildpack.tgz - urn:cnb:builder:paketo-buildpacks/java + + + file:///path/to/example-buildpack.tgz + urn:cnb:builder:paketo-buildpacks/java + @@ -370,7 +372,7 @@ A path to a gzipped tar file containing buildpack content: * `\file:///path/to/buildpack.tgz` * `/path/to/buildpack.tgz` -An OCI image: +An OCI image containing a https://buildpacks.io/docs/buildpack-author-guide/package-a-buildpack/[packaged buildpack]: * `docker://example/buildpack` * `docker:///example/buildpack:latest`