Hello all,
I Have several test packages, for example com.myapp.test1, com.myapp.test2, com.myapp.test3 How I can exclude by parameter one package ? for example: mvn test DskipTests=com.myapp.test1 Or mvn test Dtest.exclude=com.myapp.test2 I have try both, and no success Thank and best regards. Adrien Ruffié
