提交 9e614c87 编写于 作者: oldratlee's avatar oldratlee 🔥

! add minimizeJar config for maven-shade-plugin

上级 041c799b
......@@ -305,6 +305,8 @@
</filter>
</filters>
<shadeSourcesContent>true</shadeSourcesContent>
<!-- remove all classes of dependencies that are not used by the project -->
<minimizeJar>true</minimizeJar>
</configuration>
</execution>
</executions>
......
......@@ -305,6 +305,8 @@
</filter>
</filters>
<shadeSourcesContent>true</shadeSourcesContent>
<!-- remove all classes of dependencies that are not used by the project -->
<minimizeJar>true</minimizeJar>
</configuration>
</execution>
</executions>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册