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.

No comments:

Post a Comment