I can find in the Maven docs where it shows how to run:
Had the same problem (how to run all tests in a particular package) and tried many ways, two commands that worked were:
mvn -Dtest=com.package.my.package.** test mvn -Dtest=com.package.my.package.**.* test