Skip to content

Commit 45d50e2

Browse files
committed
Disable build scans in custom layout sample's tests
1 parent ebfa26e commit 45d50e2

File tree

1 file changed

+3
-0
lines changed
  • spring-boot-samples/spring-boot-sample-custom-layout

1 file changed

+3
-0
lines changed

spring-boot-samples/spring-boot-sample-custom-layout/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@
5050
<addTestClassPath>true</addTestClassPath>
5151
<skipInvocation>${skipTests}</skipInvocation>
5252
<streamLogs>true</streamLogs>
53+
<properties>
54+
<scan>false</scan>
55+
</properties>
5356
</configuration>
5457
</execution>
5558
</executions>

0 commit comments

Comments
 (0)