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 生成的工件上传到 Nexus 托管存储库的过程(如 maven 目标,它将生成的 jar 上传到 Nexus 中的指定存储库)。这可能吗?在 Nexus 文档中,他们只讨论了手动上传。
我还查看了 nexus maven 插件,并没有指定类似的内容。
提前致谢
您必须使用mvn deploy通过 WebDAV 部署您的工件(在本distributionManagement节中声明 Nexus DAV URL)。
mvn deploy
distributionManagement