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