Skip to content

Commit

Permalink
Use EXTERNAL mode for jetty-maven-plugin test.
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Bartel <janb@webtide.com>
  • Loading branch information
janbartel committed Mar 3, 2021
1 parent 76580d5 commit 9d40a75
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -16,7 +16,7 @@
<properties>
<jetty.port.file>${project.build.directory}/jetty-start-distro-port.txt</jetty.port.file>
<jetty.jvmArgs>@jetty.jvmArgs@</jetty.jvmArgs>
<jetty.deployMode>DISTRO</jetty.deployMode>
<jetty.deployMode>EXTERNAL</jetty.deployMode>
</properties>

<dependencies>
Expand Down

0 comments on commit 9d40a75

Please sign in to comment.