Maven fails to find local artifact

后端 未结 14 1599
Happy的楠姐
Happy的楠姐 2020-12-04 11:40

Occasionally maven complains that a particular dependency, which is built and packaged locally, cannot be found in the local repository while building another project that h

14条回答
  •  遥遥无期
    2020-12-04 12:10

    This happened because I had http instead of https in this:

    
        jcenter
        jcenter-bintray
        https://jcenter.bintray.com
    
    

提交回复
热议问题