SyntaxFix
Write A Post
Hire A Developer
Questions
Use mvn dependency:purge-local-repository -DactTransitively=false -Dskip=true if you have maven plugins as one of the modules. Otherwise Maven will try to recompile them, thus downloading the dependencies again.
mvn dependency:purge-local-repository -DactTransitively=false -Dskip=true