How do you skip the tests when running a mvn package command?
Use -Dtests=pass
Use a plugin that can be configured to skip tests
Use -Dtest=skip
Use -DskipTests=true