04/28/2017
The unit tests run by Maven can be skipped by passing the parameter maven.test.skip to the command.
-Dmaven.test.skip=true
Even if it is possible to skip the junit tests, it's always recommended to run them when compiling code.
Maven