I have a project containing multiple maven modules. Due to so much dependencies among these modules I have to build whole project rather building some of the modules that I need to test. It takes a lot of time to build.
Is there any way to speedup this process in by running maven build on my server through shell command?
I have tried multiple variations of -T tag in mvn arguments but none of them helped to speedup building process.
Help? Anybody?