1. Introduction In this example we will explore Maven capabilities to skip running/compiling unit tests during a project build. Although this is not a recommended option, sometimes we may want to speed up the overall build by skipping tests from running for a particular project, for some projects or for all our projects. To run ...