Skip to content

Commit 0494007

Browse files
runningcodewilkinsona
authored andcommitted
Disable extra scans for full profile.
The extra scans were not disabled for the full profile, only the regular profile. See gh-22550
1 parent 6215052 commit 0494007

File tree

1 file changed

+3
-0
lines changed
  • spring-boot-project/spring-boot-tools/spring-boot-maven-plugin

1 file changed

+3
-0
lines changed

spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,9 @@
233233
<addTestClassPath>true</addTestClassPath>
234234
<skipInvocation>${skipTests}</skipInvocation>
235235
<streamLogs>true</streamLogs>
236+
<properties>
237+
<scan>false</scan>
238+
</properties>
236239
</configuration>
237240
</execution>
238241
</executions>

0 commit comments

Comments
 (0)