I have difficulties to run all tests from a package with mvn
command. I have tried solution recommended on stackoverflow: mvn '-Dtest=de.mypackage.*Test'
test
but with no success.
Everything is fine with executing specific class or tests but I don't have success with running all tests from the package. Any suggestions?