Skip to content

Commit def1efe

Browse files
paodbmlopezFC
authored andcommitted
chore: update jetty parameter name to avoid warning message
1 parent 5c1fec3 commit def1efe

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
@@ -230,7 +230,7 @@
230230
<artifactId>jetty-maven-plugin</artifactId>
231231
<version>${jetty.version}</version>
232232
<configuration>
233-
<scanIntervalSeconds>3</scanIntervalSeconds>
233+
<scan>3</scan>
234234
<!-- Use test scope because the UI/demo classes are in
235235
the test package. -->
236236
<useTestScope>true</useTestScope>

0 commit comments

Comments
 (0)