Maven Use STAR or POSIX extensions to overcome this limit 报错问题解决

 

问题:Maven assembly-plugin 在打包的时候如果出现group id '707420648' is too big ( > 2097151 ). Use STAR or POSIX extensions to overcome this limit

解决:只需在assembly-plugin的<configuration>标签下加入<tarLongFileMode>posix</tarLongFileMode>即可

示例如下:

<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<tarLongFileMode>posix</tarLongFileMode>
</configuration>
posted @   大浪不惊涛  阅读(370)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· CSnakes vs Python.NET:高效嵌入与灵活互通的跨语言方案对比
· DeepSeek “源神”启动!「GitHub 热点速览」
· 我与微信审核的“相爱相杀”看个人小程序副业
· Plotly.NET 一个为 .NET 打造的强大开源交互式图表库
· 上周热点回顾(2.17-2.23)
点击右上角即可分享
微信分享提示