标签: maven maven-3
我的Maven jar版本在jar中包含images / ant_logo_large.gif。为什么要这样做?我该如何预防呢?
由于
答案 0 :(得分:0)
原来它被包含在内,因为其中一个Maven依赖项包含Ant作为依赖项,而Ant jar有徽标。当我使用Maven阴影插件构建jar时,它包含了徽标。