JAMES-3961 Cucumber tests should not fail the unstable test phase

Actually, the Cucumber tests already run in the stable test phase.
But with the `@Suite` annotation, the `maven-surefire-plugin` pulled the Cucumber tests into the unstable tests phase as well. Somehow during the unstable tests phase, the maven plugin could not detect any cucumber tests and failed the entire unstable test phase.
13 files changed