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