Successful build in Maven still showing errors in Eclipse

前端 未结 18 1861
猫巷女王i
猫巷女王i 2020-12-24 07:04

I\'m having something quite peculiar here, my build is successful in maven when I type \"mvn clean install\" however once imported into Eclipse it\'s showing errors.

18条回答
  •  甜味超标
    2020-12-24 07:29

    Updating maven project after importing it has fixed this issue for me:

    Right click on the project --> Maven --> Update project.

提交回复
热议问题