How to launch a single Unit Test with Maven 2?
Use this:
mvn -Dtest=MyPersonnalUnitTest test
(unlike with Maven 1, you do not need specify the complete package name!)
Use this:
mvn -Dtest=MyPersonnalUnitTest test
(unlike with Maven 1, you do not need specify the complete package name!)