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
go to your m2 repository.delete all the jars.
Do mvn clean install.
mvn clean install
If you are using eclipse do a project clean.right click project->maven->update project.
project clean
right click project->maven->update project