We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86e1f5b commit 7586f5cCopy full SHA for 7586f5c
pom.xml
@@ -221,7 +221,7 @@
221
<artifactId>jetty-maven-plugin</artifactId>
222
<version>${jetty.version}</version>
223
<configuration>
224
- <scanIntervalSeconds>3</scanIntervalSeconds>
+ <scan>3</scan>
225
<!-- Use test scope because the UI/demo classes are in the test package. -->
226
<useTestScope>true</useTestScope>
227
<webApp>
@@ -333,7 +333,7 @@
333
334
335
336
- <scanIntervalSeconds>0</scanIntervalSeconds>
+ <scan>0</scan>
337
<supportedPackagings>
338
<supportedPackaging>jar</supportedPackaging>
339
</supportedPackagings>
0 commit comments