I am using Eclipse Blue 10 & Maven 3 in my development environment.
I generally import maven projects from SVN by following below path:
File >
The following steps worked for me:
Take a backup of project. 1-Delete the project from workspace. 2-import the project. 3-mvn clean install
It works fine in STS .
Below process worked for me:
If you are working with a Maven Project, try:
The project will convert to Maven project and will compile all libs Java and Maven
1- Click alt + F5
2- Update Maven Project screen will come up. Here, click add out-of-date
3- OK.
Below worked for me: