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

后端 未结 9 1328
礼貌的吻别
礼貌的吻别 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".
    0 讨论(0)
  • 2020-12-14 02:25

    Take a backup of project. 1-Delete the project from workspace. 2-import the project. 3-mvn clean install

    It works fine in STS .

    0 讨论(0)
  • 2020-12-14 02:26

    Below process worked for me:

    1. Right click on project.
    2. Go to 'Maven' and click on update project.
    3. Click on Ok.
    0 讨论(0)
  • 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

    0 讨论(0)
  • 1- Click alt + F5

    2- Update Maven Project screen will come up. Here, click add out-of-date

    3- OK.

    0 讨论(0)
  • 2020-12-14 02:28

    Below worked for me:

    1. Right click on project.
    2. Go to 'Maven' and click on update project.
    3. Click on Ok.
    0 讨论(0)
提交回复
热议问题