Maven Skip Test

Any of the following option can be used to skip the tests during build process.

Option 1:

-DskipTests

Option 2:

-DskipTests=true

Option 3:

-Dmaven.test.skip=true

Option 4:

-Darguments="-DskipTests"