Is there a way to make Maven download snapshot versions automatically?

前端 未结 7 762
灰色年华
灰色年华 2021-02-05 08:27

So I have a project that depends on a snapshot version of another project. The dependency is:


  org.oop
  

        
7条回答
  •  无人及你
    2021-02-05 09:01

    You can either

    • use a parent project which builds all your snapshots, or
    • deploy your snapshots to your maven build server (nexus/archiva/..) using e.g., mvn:deploy

提交回复
热议问题