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.
我在 jar 插件中添加属性来指定 jar 文件的位置。但是在那个位置,maven 没有导出用于生成 jar 的 pom.xml 文件。你能告诉我如何在复制插件以外的相同位置导出 pom.xml
我发现只有目标打包才能将工件放在本地存储库中。但是对于每个工件,我需要进行安装,以便它将与 pom 文件一起进入文件系统存储库。使用资源插件复制 pom 文件将无济于事。