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
try mvn clean compile -U OR mvn clean install -U
mvn clean compile -U
mvn clean install -U