Showing posts with label Eclipse Maven. Show all posts
Showing posts with label Eclipse Maven. Show all posts

The project was not built since its build path is incomplete eclipse java maven

For those encountering this error while using Maven:

    Right click on the project, Build Path -> Configure Build Path...
    Select the libraries tab. If Maven dependencies is not in the list, you have identified the problem.
    Close the dialog.
    Right click on the project, Maven -> Disable Maven Nature
    Right click on the project, Configure -> Convert to Maven Project.