How to update a maven dependency with a same version number in Azure Artifacts

前端 未结 2 843
终归单人心
终归单人心 2020-12-20 02:35

We changed our maven private repository Nexus to Azure Artifacts. And when we upload a private maven dependency with a some version, it told us below info:

2条回答
  •  [愿得一人]
    2020-12-20 03:30

    I just made a test on Azure DevOps and if you use the "SNAPSHOT" suffix it will overwrite the previous package/artifact. For instance 2.0.0-SNAPSHOT.

提交回复
热议问题