From 04940078939d3ab2997ca041a78c1aac8e0c691c Mon Sep 17 00:00:00 2001 From: Nelson Osacky Date: Fri, 24 Jul 2020 15:13:07 +0200 Subject: [PATCH] Disable extra scans for full profile. The extra scans were not disabled for the full profile, only the regular profile. See gh-22550 --- .../spring-boot-tools/spring-boot-maven-plugin/pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/pom.xml index cf43bc61ca4..acbad251538 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/pom.xml +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/pom.xml @@ -233,6 +233,9 @@ true ${skipTests} true + + false +