maven doesn't find class

前端 未结 6 2004
遇见更好的自我
遇见更好的自我 2021-01-13 09:39

I\'ve inherited a huge maven java project and can\'t get it to compile.

mvn compile

Its telling me it can\'t find a class even though its r

6条回答
  •  日久生厌
    2021-01-13 10:32

    go to your m2 repository.delete all the jars.

    Do mvn clean install.

    If you are using eclipse do a project clean.right click project->maven->update project.

提交回复
热议问题