Skip to content

Commit 13a4910

Browse files
committed
Update jetty-maven-plugin
1 parent ee2b278 commit 13a4910

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

modules/webapp/conf/jetty.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,10 @@
1818
~ under the License.
1919
-->
2020
<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure.dtd">
21-
<Configure class="org.eclipse.jetty.webapp.WebAppContext">
21+
<Configure class="org.eclipse.jetty.ee10.webapp.WebAppContext">
2222
<Get name="sessionHandler">
23-
<Get name="sessionManager">
24-
<!-- Disable session cookies so that we can test that the admin console
25-
implements URL rewriting correctly. -->
26-
<Set name="usingCookies" type="boolean">false</Set>
27-
</Get>
23+
<!-- Disable session cookies so that we can test that the admin console
24+
implements URL rewriting correctly. -->
25+
<Set name="usingCookies" type="boolean">false</Set>
2826
</Get>
2927
</Configure>

modules/webapp/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,8 +434,8 @@
434434
</executions>
435435
</plugin>
436436
<plugin>
437-
<groupId>org.eclipse.jetty</groupId>
438-
<artifactId>jetty-maven-plugin</artifactId>
437+
<groupId>org.eclipse.jetty.ee10</groupId>
438+
<artifactId>jetty-ee10-maven-plugin</artifactId>
439439
<configuration>
440440
<webXml>conf/web.xml</webXml>
441441
<contextXml>conf/jetty.xml</contextXml>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1207,8 +1207,8 @@
12071207
<version>0.3.0</version>
12081208
</plugin>
12091209
<plugin>
1210-
<groupId>org.eclipse.jetty</groupId>
1211-
<artifactId>jetty-maven-plugin</artifactId>
1210+
<groupId>org.eclipse.jetty.ee10</groupId>
1211+
<artifactId>jetty-ee10-maven-plugin</artifactId>
12121212
<version>${jetty.version}</version>
12131213
</plugin>
12141214
<plugin>

0 commit comments

Comments
 (0)