Skip to content
Snippets Groups Projects
Commit 66acbda4 authored by Daniel Gerhardt's avatar Daniel Gerhardt
Browse files

Disable Jetty's auto reloading

parent 64f4b4bd
No related merge requests found
......@@ -345,7 +345,7 @@
<artifactId>jetty-maven-plugin</artifactId>
<version>9.4.11.v20180605</version>
<configuration>
<scanIntervalSeconds>1</scanIntervalSeconds>
<scanIntervalSeconds>0</scanIntervalSeconds>
<webApp>
<overrideDescriptor>src/main/webapp/WEB-INF/web-dev.xml</overrideDescriptor>
<webInfIncludeJarPattern>^$</webInfIncludeJarPattern>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment