Skip to content

Commit

Permalink
chore: update jetty configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
javier-godoy committed Dec 11, 2024
1 parent 5badf23 commit 5403a07
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -237,14 +237,8 @@
<artifactId>jetty-maven-plugin</artifactId>
<version>${jetty.version}</version>
<configuration>
<scanIntervalSeconds>3</scanIntervalSeconds>
<!-- Use test scope because the UI/demo classes are in the test package. -->
<useTestScope>true</useTestScope>
<webAppConfig>
<resourceBases>
<resourceBase>src/test/resources/META-INF/resources</resourceBase>
</resourceBases>
</webAppConfig>
<supportedPackagings>
<supportedPackaging>jar</supportedPackaging>
</supportedPackagings>
Expand Down

0 comments on commit 5403a07

Please sign in to comment.