Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试了一些汇编插件,例如maven-assembly-plugin,maven-shading-plugin但它们都不支持jarjar文件格式。
maven-assembly-plugin
maven-shading-plugin
jarjar
那么是否有一个 maven 插件可以按jarjar文件格式组装 Uber-Jar?
避免像 [ spring.handlers, spring.schemas]这样的资源冲突很有帮助
spring.handlers
spring.schemas
maven-shade-plugin支持 ueber-jar 的创建,此外maven -assembly-plugin也支持,但更简单一些。