Skip to content
This repository was archived by the owner on Oct 18, 2018. It is now read-only.

Commit 2dd2ab2

Browse files
committed
Disable file locking when running Jetty on Windows.
1 parent f3edefb commit 2dd2ab2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@
5454
<groupId>org.eclipse.jetty</groupId>
5555
<artifactId>jetty-maven-plugin</artifactId>
5656
<version>9.4.0.v20161208</version>
57+
<configuration>
58+
<contextXml>${project.basedir}/jetty-config.xml</contextXml>
59+
</configuration>
5760
</plugin>
5861
</plugins>
5962
</build>

0 commit comments

Comments
 (0)