From 6e8ef308ed529cffda6c020bfb0e64974737aa59 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期五, 28 十月 2022 23:21:44 +0800 Subject: [PATCH] add 增加 junit5 单元测试案例 --- pom.xml | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 49fcea6..e9a611c 100644 --- a/pom.xml +++ b/pom.xml @@ -365,6 +365,18 @@ </annotationProcessorPaths> </configuration> </plugin> + <!-- 鍗曞厓娴嬭瘯浣跨敤 --> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <version>2.22.2</version> + <configuration> + <!-- 鏍规嵁鎵撳寘鐜鎵ц瀵瑰簲鐨凘Tag娴嬭瘯鏂规硶 --> + <groups>${profiles.active}</groups> + <!-- 鎺掗櫎鏍囩 --> + <excludedGroups>exclude</excludedGroups> + </configuration> + </plugin> </plugins> <resources> <resource> -- Gitblit v1.9.3