I got a multi project setup , which requires to be invoke using one root project pom.
When run each project separately all works fine, Tests executed successfully , BUT when projects been invoked using maven-invoker-plugin all projects failed with OtOfMemory upon start executing the Testing .
MAVEN_OPTS are -Xmx2048m , Java 8 Linux env