Setup Maven plugin connectors Error

后端 未结 2 636
眼角桃花
眼角桃花 2021-01-24 04:57

I am trying to import a project into Spring Source Tool Suite (latest version).

The project was previously created from maven archetype cataloge.

I am getting

2条回答
  •  一个人的身影
    2021-01-24 05:03

    I ran into this issue as well. I found the problem was that my project required an older version of Maven than what came installed with eclipse.

    In my case, eclipse came with version 3.3.3 installed. I needed version 3.0.5

    I downloaded and installed the appropriate version of maven I needed and added it to eclipse by going to: preferences > maven > installations.

    When you build, if you're building through eclipse, make sure to select the correct version of maven. You should have two to choose from now. Run as -> Maven Build... -> Maven Runtime: *select the proper version*

提交回复
热议问题