Skip to content

Commit 533fa41

Browse files
ngonzalezpazFCjavier-godoy
authored andcommitted
Changed scanIntervalSeconds from -1 to 3
1 parent 3ab9f27 commit 533fa41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
<artifactId>jetty-maven-plugin</artifactId>
141141
<version>9.4.18.v20190429</version>
142142
<configuration>
143-
<scanIntervalSeconds>-1</scanIntervalSeconds>
143+
<scanIntervalSeconds>3</scanIntervalSeconds>
144144
<!-- Use test scope because the UI/demo classes are in
145145
the test package. -->
146146
<useTestScope>true</useTestScope>

0 commit comments

Comments
 (0)