I can find in the Maven docs where it shows how to run:
- A single test
- All tests in a single test class
- All tests in classes matching a particular pattern
But how to run all the tests in a package? Is this possible?
I would prefer solutions that don't require modifying the pom.xml or code.