diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 1585741319..7d6f8b245b 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -343,7 +343,7 @@ jobs:
run: .ci/scripts/jboss-pull.sh
- uses: ./.github/workflows/maven-goal
with:
- command: ./mvnw -q --file ./integration-tests/application-server-integration-tests/pom.xml -P ci-jboss-integration-tests verify
+ command: ./mvnw -q -P ci-jboss-integration-tests verify
- name: Store test results
if: success() || failure()
uses: actions/upload-artifact@v3
diff --git a/pom.xml b/pom.xml
index d7352218ac..1b54448094 100644
--- a/pom.xml
+++ b/pom.xml
@@ -240,6 +240,40 @@
+
+
+ ci-jboss-integration-tests
+
+ false
+
+
+
+ true
+ true
+ true
+
+
+
+
+ maven-failsafe-plugin
+
+ ${skip.integration.test}
+ 3
+
+
+
+ maven-surefire-plugin
+
+ true
+
+
+
+
+
different-test-jdk