Skip to content

Commit 843a618

Browse files
committed
Merge pull request #22550 from runningcode
* gh-22550: Disable extra scans for full profile. Closes gh-22550
2 parents 6215052 + 0494007 commit 843a618

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)