To run a single test, or a group of tests use "*" for wild-cards and "," to separate the classes you want to run:
mvn -Dtest=*DaoTest, MyOtherTest test