I have build errors with m2eclipse but not with maven2 on the command line - is my m2eclipse misconfigured?

后端 未结 3 1265
感动是毒
感动是毒 2021-02-14 18:11

I installed m2eclipse to build a java project in Eclipse.

I imported the project as follows:

Import->
Maven->
Existing Maven Projects->
Import M         


        
3条回答
  •  天命终不由人
    2021-02-14 18:40

    The override errors will appear if eclipse is configured to use java 1.5 instead of 1.6. Check the project properties.

提交回复
热议问题