Maven knows two types of parameters for skipping tests:
-Dmaven.test.skip=true
or
-DskipTests=true
The surefire-plugin documentation only mentions the first one, which you have not tried yet.
Maven knows two types of parameters for skipping tests:
-Dmaven.test.skip=true
or
-DskipTests=true
The surefire-plugin documentation only mentions the first one, which you have not tried yet.