Skip to content

Commit 7586f5c

Browse files
paodbjavier-godoy
authored andcommitted
chore: update jetty configuration to avoid warning
1 parent 86e1f5b commit 7586f5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
<artifactId>jetty-maven-plugin</artifactId>
222222
<version>${jetty.version}</version>
223223
<configuration>
224-
<scanIntervalSeconds>3</scanIntervalSeconds>
224+
<scan>3</scan>
225225
<!-- Use test scope because the UI/demo classes are in the test package. -->
226226
<useTestScope>true</useTestScope>
227227
<webApp>
@@ -333,7 +333,7 @@
333333
<artifactId>jetty-maven-plugin</artifactId>
334334
<version>${jetty.version}</version>
335335
<configuration>
336-
<scanIntervalSeconds>0</scanIntervalSeconds>
336+
<scan>0</scan>
337337
<supportedPackagings>
338338
<supportedPackaging>jar</supportedPackaging>
339339
</supportedPackagings>

0 commit comments

Comments
 (0)