From 9ea5c58e380c415fe3191d48ffea938d44d447a1 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 29 Oct 2018 16:38:58 +0000 Subject: [PATCH] Remove stale mention of module layout from Maven plugin's docs Closes gh-14854 --- .../spring-boot-maven-plugin/src/site/apt/usage.apt.vm | 3 --- 1 file changed, 3 deletions(-) diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/site/apt/usage.apt.vm b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/site/apt/usage.apt.vm index 3452b1340b..09793e4644 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/site/apt/usage.apt.vm +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/site/apt/usage.apt.vm @@ -109,9 +109,6 @@ Usage * <<>> (alias to <<>>): similar to the <<>> layout using <<>>. - * <<>>: Bundle dependencies (excluding those with <<>> scope) and project resources. - Does not bundle a bootstrap loader. - * <<>>: Bundle all dependencies and project resources. Does not bundle a bootstrap loader. []