vendredi 8 mai 2015

Skip unit test but run integartion test with maven

I've a maven project which use surefire plugin for both unit tests and integration tests. Is there a maven command that I can use just to skip the unit tests but to run integration tests.

I've tried mvn clean install -DskipUnitTests but that is not working

Aucun commentaire:

Enregistrer un commentaire