SyntaxFix
Write A Post
Hire A Developer
Questions
mvn clean install -U
-U means force update of dependencies.
-U
Also, if you want to import the project into eclipse, I first run:
mvn eclipse:eclipse
then run
mvn eclipse:clean
Seems to work for me, but that's just my pennies worth.