Because we need to define the test source code location in one place, <testSourceDirectory>, in the POM, will adding both a unit tests location and an integration tests location in a <testResources> element work to include both the unit tests and integration tests source code, like shown below? Thank you.
<testSourceDirectory>${basedir}/src/alltests</testSourceDirectory> <testResources> <testResource> <directory>${basedir}/src/alltests/unittests</directory> </testResource> <testResource> <directory>${basedir}/src/alltests/integrationtests</directory> </testResource> </testResources> This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this message. Any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited. [v.E.1]