我是一个 maven 的初学者,现在我对这些 maven 插件之间的区别感到困惑。这些都是创建 jar 文件吗?现在我的问题是
在每个插件中创建的 jar 有什么不同(汇编插件、 jar-plugin、阴影插件)
每个插件的用途。(汇编,jar 插件,阴影插件)
I know even without specifying any of these plugins once type mvn package there will be a jar output. What is the difference of the output jar without these plugins and the output jar with these plugins?. TIA