Skip to content

Commit 2f1a053

Browse files
disable automatic reloading of jetty
Disabled and commented out due to unreliablity
1 parent 9e3b658 commit 2f1a053

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

pom.xml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@
3838
<artifactId>jetty-maven-plugin</artifactId>
3939
<version>${jetty.version}</version>
4040
<configuration>
41-
<reload>automatic</reload>
42-
<scanIntervalSeconds>1</scanIntervalSeconds>
41+
<!-- On some configs this causes shutdown of context on -->
42+
<!-- a page load so disabled. -->
43+
<!-- <reload>automatic</reload> -->
44+
<!-- <scanIntervalSeconds>1</scanIntervalSeconds> -->
4345
</configuration>
4446
</plugin>
4547
</plugins>
@@ -52,11 +54,12 @@
5254
<version>4.0.0</version>
5355
<scope>provided</scope>
5456
</dependency>
55-
<dependency>
56-
<groupId>org.eclipse.jetty</groupId>
57-
<artifactId>jetty-io</artifactId>
58-
<version>${jetty.version}</version>
59-
</dependency>
57+
<!-- See comment at jetty plugin -->
58+
<!-- <dependency> -->
59+
<!-- <groupId>org.eclipse.jetty</groupId> -->
60+
<!-- <artifactId>jetty-io</artifactId> -->
61+
<!-- <version>${jetty.version}</version> -->
62+
<!-- </dependency> -->
6063
<dependency>
6164
<groupId>org.thymeleaf</groupId>
6265
<artifactId>thymeleaf</artifactId>

0 commit comments

Comments
 (0)