We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5badf23 commit 5403a07Copy full SHA for 5403a07
pom.xml
@@ -237,14 +237,8 @@
237
<artifactId>jetty-maven-plugin</artifactId>
238
<version>${jetty.version}</version>
239
<configuration>
240
- <scanIntervalSeconds>3</scanIntervalSeconds>
241
<!-- Use test scope because the UI/demo classes are in the test package. -->
242
<useTestScope>true</useTestScope>
243
- <webAppConfig>
244
- <resourceBases>
245
- <resourceBase>src/test/resources/META-INF/resources</resourceBase>
246
- </resourceBases>
247
- </webAppConfig>
248
<supportedPackagings>
249
<supportedPackaging>jar</supportedPackaging>
250
</supportedPackagings>
0 commit comments