Hi
When running run-features in the integration-test phase, the maven plugin will fail the build if there are test failures, hence skipping the post-integration-test phase; this is not correct. Instead, the test failures should be reported in the verify phase, to ensure that post-integration-test always runs.