i've maven project use surefire plugin both unit tests , integration tests. there maven command can use skip unit tests run integration tests.
i've tried mvn clean install -dskipunittests
not working
i say: no.
but recommend failsafe plugin solution. refactoring/renaming, , can test.
see here answer, you: how can fire integration tests separately using failsafe-plugin?
Comments
Post a Comment