Maven fails to find local artifact

后端 未结 14 1598
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:32

    Catch all. When solutions mentioned here don't work(happend in my case), simply delete all contents from '.m2' folder/directory, and do mvn clean install.

    0 讨论(0)
  • 2020-12-04 12:33

    If you have <repositories/> defined in your pom.xml apparently your local repository is ignored.

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