ソースを参照

Merge pull request #1355 from wangliang181230/clean-all-jar-META-INF2

optimize: exclude all `pom.xml` from `hutool-all.jar`
Golden Looly 5 年 前
コミット
29e8977b1e
1 ファイル変更8 行追加0 行削除
  1. 8 0
      hutool-all/pom.xml

+ 8 - 0
hutool-all/pom.xml

@@ -130,6 +130,14 @@
 									<include>${project.groupId}:*:*</include>
 								</includes>
 							</artifactSet>
+							<filters>
+								<filter>
+									<artifact>*:*</artifact>
+									<excludes>
+										<exclude>META-INF/maven/**</exclude>
+									</excludes>
+								</filter>
+							</filters>
 						</configuration>
 					</execution>
 				</executions>