Skip to content

Commit

Permalink
Changed scanIntervalSeconds from -1 to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ngonzalezpazFC authored and javier-godoy committed Oct 19, 2020
1 parent 3ab9f27 commit 533fa41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
<artifactId>jetty-maven-plugin</artifactId>
<version>9.4.18.v20190429</version>
<configuration>
<scanIntervalSeconds>-1</scanIntervalSeconds>
<scanIntervalSeconds>3</scanIntervalSeconds>
<!-- Use test scope because the UI/demo classes are in
the test package. -->
<useTestScope>true</useTestScope>
Expand Down

0 comments on commit 533fa41

Please sign in to comment.