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

optimize: exclude all `pom.xml` from `hutool-all.jar`
This commit is contained in:
Golden Looly 2021-01-06 15:52:09 +08:00 committed by GitHub
commit 29e8977b1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>