From 188278ae4ab1f425d2fa5e627fb26dc9da2da331 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 8 Nov 2021 08:29:11 +0100 Subject: [PATCH] Polish "Fix typo" See gh-28548 --- .../spring-boot-maven-plugin/src/docs/asciidoc/packaging.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/packaging.adoc b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/packaging.adoc index a84e1eee717..8c1e8494708 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/packaging.adoc +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/docs/asciidoc/packaging.adoc @@ -187,7 +187,7 @@ The blocks are evaluated in the order that they are defined, from top to bottom. Any content not claimed by an earlier block remains available for subsequent blocks to consider. The `` block claims content using nested `` and `` elements. -The `` section uses Ant-style patch matching for include/exclude expressions. +The `` section uses Ant-style path matching for include/exclude expressions. The `` section uses `group:artifact[:version]` patterns. It also provides `` and `` elements that can be used to include or exclude local module dependencies.