Skip to content

Commit 6f37340

Browse files
committed
chore(playground-server): change packaging to war
1 parent 7583f0b commit 6f37340

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

logs/jetty-maven-build-success.log

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[INFO]
2+
[INFO] <<< jetty:9.4.54.v20240208:run (default-cli) < test-compile @ playground-server <<<
3+
[INFO]
4+
[INFO]
5+
[INFO] --- jetty:9.4.54.v20240208:run (default-cli) @ playground-server ---
6+
[INFO] Logging initialized @3520ms to org.eclipse.jetty.util.log.Slf4jLog
7+
[INFO] Skipping playground-server : packaging type [jar] is unsupported
8+
[INFO] ------------------------------------------------------------------------
9+
[INFO] BUILD SUCCESS
10+
[INFO] ------------------------------------------------------------------------
11+
[INFO] Total time: 2.862 s
12+
[INFO] Finished at: 2025-09-05T06:46:54+08:00
13+
[INFO] ------------------------------------------------------------------------

playground-server/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<groupId>com.lzw</groupId>
77
<artifactId>playground-server</artifactId>
88
<version>1.0</version>
9+
<packaging>war</packaging>
910

1011
<properties>
1112
<maven.compiler.source>8</maven.compiler.source>

0 commit comments

Comments
 (0)