Thanks in advance.
When I run mvn clean install
it runs all test cases in my src/test directory.
In src/directory there are separate test directory for unit test and integration test.
Please let me know if there is commandline option to ignore integration directory when I run mvn clean install.
I know I can do that by separating out integration and unit test or updating the pom.xml file.
I do not want to change any code, needs a solution with minimal changes.