...
You can change the test directory to src/it in order to mark the difference with normal tests.
| Code Block |
|---|
<build> <testSourceDirectory>src/it/java</testSourceDirectory> <testResources> <testResource> <filtering>false</filtering> <directory>src/it/resources</directory> </testResource> </testResources> ... |
Note : You cannot have unit tests and integration tests in the same Maven project.
