score:1
first of all, clean the configuration with mvn eclipse:clean, it will remove all configuration from the .project file.
then make a new one with mvn eclipse:eclipse, just with the configuration and dependencies on your pom.xml.
edit: and configure the project natures that you need:
<plugin>
<groupid>org.apache.maven.plugins</groupid>
<artifactid>maven-eclipse-plugin</artifactid>
<configuration>
<projectnatures>
<projectnature>org.eclipse.jdt.core.javanature</projectnature>
<projectnature>org.eclipse.wst.common.modulecore.modulecorenature</projectnature>
</projectnatures>
<additionalprojectnatures>
[... the ones you need or empty...]
<projectnature>org.springframework.ide.eclipse.core.springnature</projectnature>
</additionalprojectnatures>
</configuration>
</plugin>
Source: stackoverflow.com
Related Query
- Disable javascript facet in a m2e project
- Cannot change version of project facet Dynamic Web Module to 3.0?
- Java compiler level does not match the version of the installed Java project facet
- Version 1.8 of project facet java does not exist
- How to disable the "autodeploy" to server feature in an Eclipse web project
- Project facet Java version 1.7 is not supported
- Cannot change version of project facet Dynamic Web Module to 2.5
- The project references RTL attributes, but does not explicitly enable or disable RTL support
- Eclipse building workspace hangs after importing existing maven project because of JavaScript validation
- How to disable building a project in Eclipse?
- Eclipse kepler - Disable javascript validation
- Disable error checking on an eclipse project
- The resource is not on the build path of a javascript project
- How do I turn off javascript support on a project in eclipse?
- How to run an eclipse m2e webapp project on a local server?
- Autocomplete not working with Eclipse Oxygen Javascript project
- Maven m2e enforces its own compiler settings - disable
- Disable checking for specific JavaScript error in Eclipse
- Project facet WebSphere Web (Co-existence) version 8.0 is not supported
- how to temporarily disable a package in a project from compiling in Java EE IDE
- Dynamic Web Project - Project Facets not displaying CDI as a project facet
- Disable Eclipse Javascript Validator on Specific Folders
- Cannot change version of project facet ear to 1.3 maven error in eclipse?
- importing a javascript project in eclipse
- M2E not adding Groovy source to .classpath on import existing maven project
- How to remove the JavaScript facet from an Eclipse project?
- How to create a simple maven project using m2e
- Eclipse Indigo with m2e can't find maven dependencies in a multi-module project
- How To: Maven project to build JavaScript in Eclipse
- Eclipse m2e multi-module project checkout and convert to maven
More Query from same tag
- What is an Eclipse Spring STS "Config Set" good for?
- "Error creating session" when attempting to debug application with Eclipse/CDT & gdb
- Unable to use library files to my project on android
- How do I listen to changes in the size of a ViewPart in an Eclipse RCP application?
- Set existing android sdk path to eclipse
- Any tool for database testing (TDD) for Eclipse?
- Maven - Remove Dependency from a Jar
- How to display given contents in View when developing Eclipse Plugin?
- Unable to install JDK-7u3-windows-x64
- Missing Maven dependencies in Eclipse project
- The service class does not comply to one or more requirements of the JAX-RPC 1.1 specification, and may not deploy or function correctly
- How to Eclipse Maven Project Wicket-Spring-JPA-Hibernate
- Eclipse Export Product not possible
- Cannot see print and println statements in Eclipse using JEP/Pydev
- Does eclipse milo support standard XML definded by the OPCUA-Foundation
- JButton in Eclipse: "Button cannot be resolved or is not a field"
- Eclipse console errors generating 'R' error
- Themeing Eclipse Indigo
- Changing Eclipse Error Language
- Line up/down key mapping not working in Eclipse with Vrapper XML intellisense
- How can we check our solution is valid or in ad array that their will be no repetition in number in column and rows in java eclipse
- How to skip or not apply cellpainter for a specific cell in NatTable
- Java Perspective in Eclipse
- How do I stop Eclipse from moving my line comments after annotations?
- android webview back button setOnClickListener
- How do I import a pre-existing python project into Eclipse?
- System.getProperty("user.dir") gives different path in console and web application
- IClassFile annotations
- How to connect eclipse from local to server
- How do I stop a Genymotion virtual device?