-
Bug
-
Resolution: Fixed
-
Minor
-
None
The standard ways how to skip test execution as mvn package -DskipTests or mvn install -DskipTests doesn't work, I've found as working usage of -Dmaven.test.skip=true or -Dskip.unit.tests=true only.
This should be fixed.