Skip to content

Commit 3e3c1c2

Browse files
committed
chore(build): 优化发布配置减少生成文件数量
- 修改pom.xml配置只生成md5和sha1校验文件 - 取消生成sha256和sha512校验文件 - 减少构建产物中文件数量,提升发布效率
1 parent c469ab7 commit 3e3c1c2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@
176176
<configuration>
177177
<publishingServerId>central</publishingServerId>
178178
<autoPublish>true</autoPublish>
179+
<!-- 只生成 md5 + sha1,砍掉 sha256/sha512,减少文件数 -->
180+
<checksums>required</checksums>
179181
</configuration>
180182
</plugin>
181183
</plugins>

0 commit comments

Comments
 (0)