Eclipse m2eclipse getting dependencies from local repository

前端 未结 5 1887
眼角桃花
眼角桃花 2021-02-07 13:49

I have dependencies installed local on my machine (~/.m2/repository/blah/blah/blah) and m2eclipse is not recognizing them as there - I think m2eclipse is using its own maven ins

5条回答
  •  后悔当初
    2021-02-07 14:09

    I had the same problem, and this is what worked for me. Using Eclipse Indigo:

    Windows->Show View->Other

    In the pop-up: Maven->Maven Repositories

    Once the view is displayed, right click on the appropriate repo, and select "Rebuild Index"

    Wait a few seconds and done!

提交回复
热议问题