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 项目中,有一个模块可以制作ear工件。我添加了一个插件来将ear工件与一些属性文件捆绑在一起以创建一个zip文件。现在ear文件和zip文件都在里面target\。
ear
zip
target\
+src -target\ MyProject.ear MyProject.zip
当我这样做时mvn deploy,只有ear工件被发布到存储库管理器,而不是zip文件。我怎样才能zip在这里发布文件?
mvn deploy