From e90e168c00593a0584f21cb5387a60b2ad9a8e39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=89=AF?= <841369634@qq.com> Date: Tue, 5 Jan 2021 14:24:54 +0800 Subject: [PATCH] optimize: exclude all `pom.xml` from `hutool-all.jar` --- hutool-all/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hutool-all/pom.xml b/hutool-all/pom.xml index 3ad19382f..000c18a44 100644 --- a/hutool-all/pom.xml +++ b/hutool-all/pom.xml @@ -130,6 +130,14 @@ ${project.groupId}:*:* + + + *:* + + META-INF/maven/** + + +