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

前端 未结 7 765
灰色年华
灰色年华 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 08:51

    Does that dependency exists in your repository? (in pom.xml or settings.xml)?

    Looks like not. By the way, take a look at your config, just you are not using -o (offline). Also you can use -U to refresh snapshots.

提交回复
热议问题