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

前端 未结 7 761
灰色年华
灰色年华 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:10

    I hit the issue of snapshots not updating even when setting -U on the command line. For me the issue was my client was Maven 3 and the server was Maven 2, and in Maven 3 unique snapshots are no longer supported. We had to create a new repository with timestamped snapshots to support the 3.xx clients.

    0 讨论(0)
提交回复
热议问题