Eclipse Blue, Maven: Project configuration is not up-to-date with pom.xml

后端 未结 9 1373
礼貌的吻别
礼貌的吻别 2020-12-14 01:38

I am using Eclipse Blue 10 & Maven 3 in my development environment.

I generally import maven projects from SVN by following below path:

File >         


        
9条回答
  •  青春惊慌失措
    2020-12-14 02:24

    The following steps worked for me:

    1. Close the project in Eclipse.
    2. Delete the project in Eclipse ( but not the contents ).
    3. Navigate to the project in file system and delete .classpath and .project files.
    4. Go back to Eclipse and import the project as "existing maven project".

提交回复
热议问题