Is it possible to isolate integration tests from unit tests within same module?
I created simple pom:
instead of:
*/integration/**/*.java
try:
*/unit/**.java
then in the integration profile do
**/unit/**/*.java **/integration/**/*.java
you may have to play with getting the includes/excludes exactly right, but that's the general idea.