From de421cf0d5042522a16d70de8627575c97d6bdd5 Mon Sep 17 00:00:00 2001
From: Jerry Yan <792602257@qq.com>
Date: Wed, 19 Nov 2025 10:16:24 +0800
Subject: [PATCH] =?UTF-8?q?chore(build):=20=E7=A7=BB=E9=99=A4=E8=B7=B3?=
=?UTF-8?q?=E8=BF=87=E6=B5=8B=E8=AF=95=E7=BC=96=E8=AF=91=E7=9A=84=20Maven?=
=?UTF-8?q?=20=E6=8F=92=E4=BB=B6=E9=85=8D=E7=BD=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 删除了 maven-compiler-plugin 中跳过测试编译的配置
- 移除了对测试文件排除的设置
- 清理了插件中不必要的 Java 21 预览功能启用参数
---
pom.xml | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2272efe7..232c3271 100644
--- a/pom.xml
+++ b/pom.xml
@@ -311,19 +311,6 @@
${skipTests}
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
-
-
- **/*Test.java
-
- 21
- 21
- --enable-preview
-
-