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

后端 未结 9 1375
礼貌的吻别
礼貌的吻别 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:26

    If you are working with a Maven Project, try:

    1. right click in the project.
    2. "Configure"
    3. "Convert to Maven Project"

    The project will convert to Maven project and will compile all libs Java and Maven

提交回复
热议问题