From cbfe9b9a3d7cd636a69980c3793f475dcc687e90 Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Sat, 27 Aug 2022 00:33:45 +0200 Subject: [PATCH] Introduce profile (enabled with -DincludeWildFly) to not include WildFly distribution in default builds (#13878) * Introduce profile (enabled with -DincludeWildFly) to not include WildFly distribution in default builds * Fix --- distribution/feature-packs/pom.xml | 17 +++++++++++++++-- distribution/pom.xml | 14 ++++++++++++-- pom.xml | 13 ++++++++++++- testsuite/utils/pom.xml | 4 ---- wildfly/pom.xml | 2 +- 5 files changed, 40 insertions(+), 10 deletions(-) diff --git a/distribution/feature-packs/pom.xml b/distribution/feature-packs/pom.xml index fef96eba7cc..bdf83b47796 100644 --- a/distribution/feature-packs/pom.xml +++ b/distribution/feature-packs/pom.xml @@ -32,7 +32,20 @@ adapter-feature-pack - server-feature-pack-dependencies - server-feature-pack + + + + wildfly-dist + + + includeWildFly + + + + server-feature-pack-dependencies + server-feature-pack + + + diff --git a/distribution/pom.xml b/distribution/pom.xml index cc326be95e4..f33bd960ff4 100755 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -39,10 +39,8 @@ adapters saml-adapters feature-packs - galleon-feature-packs licenses-common maven-plugins - server-dist @@ -74,6 +72,18 @@ + + wildfly-dist + + + includeWildFly + + + + galleon-feature-packs + server-dist + + legacy-dist diff --git a/pom.xml b/pom.xml index 332ce7379e0..aa27678e56a 100644 --- a/pom.xml +++ b/pom.xml @@ -284,7 +284,6 @@ themes model util - wildfly integration adapters authz @@ -1903,6 +1902,18 @@ + + wildfly-dist + + + includeWildFly + + + + wildfly + + + community diff --git a/testsuite/utils/pom.xml b/testsuite/utils/pom.xml index 74d9e3d36a2..ec416a9d554 100755 --- a/testsuite/utils/pom.xml +++ b/testsuite/utils/pom.xml @@ -68,10 +68,6 @@ org.keycloak keycloak-admin-client - - org.keycloak - keycloak-wildfly-adduser - log4j log4j diff --git a/wildfly/pom.xml b/wildfly/pom.xml index 850761690d2..9451ada0c9c 100755 --- a/wildfly/pom.xml +++ b/wildfly/pom.xml @@ -23,7 +23,7 @@ 999-SNAPSHOT - Keycloak WildFly Integration + Keycloak WildFly Server Integration Parent 4.0.0