We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ae4b25 commit 7583f0bCopy full SHA for 7583f0b
playground-server/pom.xml
@@ -190,12 +190,16 @@
190
</executions>
191
</plugin>
192
<plugin>
193
- <groupId>org.apache.tomcat.maven</groupId>
194
- <artifactId>tomcat7-maven-plugin</artifactId>
195
- <version>2.2</version>
+ <groupId>org.eclipse.jetty</groupId>
+ <artifactId>jetty-maven-plugin</artifactId>
+ <version>9.4.54.v20240208</version>
196
<configuration>
197
- <port>8080</port>
198
- <path>/</path>
+ <httpConnector>
+ <port>8080</port>
199
+ </httpConnector>
200
+ <webApp>
201
+ <contextPath>/</contextPath>
202
+ </webApp>
203
</configuration>
204
205
</plugins>
0 commit comments