From 6e845d09d466d9c520a82be817175f0946de5fb1 Mon Sep 17 00:00:00 2001 From: Trixi Turny Date: Mon, 26 Apr 2021 11:33:20 +0100 Subject: [PATCH] BAEL-4783 run cucumber test as part of acceptance profile --- testing-modules/cucumber/pom.xml | 40 +++++++++++++++++++------------- 1 file changed, 24 insertions(+), 16 deletions(-) diff --git a/testing-modules/cucumber/pom.xml b/testing-modules/cucumber/pom.xml index 56bf922503..af1935aa17 100644 --- a/testing-modules/cucumber/pom.xml +++ b/testing-modules/cucumber/pom.xml @@ -112,20 +112,28 @@ - - - - maven-failsafe-plugin - ${maven-failsafe-plugin.version} - - - - integration-test - verify - - - - - - + + + acceptance + + false + + + + + maven-failsafe-plugin + ${maven-failsafe-plugin.version} + + + + integration-test + verify + + + + + + + +