From fb38850081a75922ad76c2c8beca98fe36041d26 Mon Sep 17 00:00:00 2001 From: Peter Skopek Date: Tue, 1 Jul 2025 09:58:54 +0200 Subject: [PATCH] Add missing artifact descriptions to allow Maven Central Portal Publisher pass validation process. Signed-off-by: Peter Skopek --- adapters/pom.xml | 2 +- adapters/saml/core-public/pom.xml | 2 +- adapters/saml/core/pom.xml | 2 +- adapters/saml/pom.xml | 2 +- adapters/saml/wildfly-elytron/pom.xml | 2 +- adapters/saml/wildfly/pom.xml | 2 +- adapters/saml/wildfly/wildfly-subsystem/pom.xml | 2 +- adapters/spi/adapter-spi/pom.xml | 2 +- adapters/spi/jboss-adapter-core/pom.xml | 2 +- adapters/spi/pom.xml | 2 +- authz/policy/pom.xml | 1 + core/pom.xml | 2 +- crypto/default/pom.xml | 2 +- crypto/elytron/pom.xml | 2 +- crypto/fips1402/pom.xml | 2 +- crypto/pom.xml | 2 +- dependencies/pom.xml | 2 +- dependencies/server-all/pom.xml | 2 +- dependencies/server-min/pom.xml | 2 +- distribution/api-docs-dist/pom.xml | 2 +- distribution/downloads/pom.xml | 2 +- distribution/galleon-feature-packs/pom.xml | 2 +- .../saml-adapter-galleon-pack-layer-metadata-tests/pom.xml | 1 + .../galleon-feature-packs/saml-adapter-galleon-pack/pom.xml | 1 + distribution/licenses-common/pom.xml | 1 + distribution/maven-plugins/pom.xml | 1 + distribution/pom.xml | 2 +- distribution/saml-adapters/pom.xml | 2 +- distribution/saml-adapters/wildfly-adapter/pom.xml | 2 +- .../saml-adapters/wildfly-adapter/wildfly-adapter-zip/pom.xml | 2 +- .../saml-adapters/wildfly-adapter/wildfly-modules/pom.xml | 1 + docs/documentation/aggregation/pom.xml | 4 +++- docs/documentation/api_documentation/pom.xml | 2 ++ docs/documentation/authorization_services/pom.xml | 4 +++- docs/documentation/dist/pom.xml | 2 ++ docs/documentation/header-maven-plugin/pom.xml | 3 ++- docs/documentation/pom.xml | 2 ++ docs/documentation/release_notes/pom.xml | 2 ++ docs/documentation/server_admin/pom.xml | 4 +++- docs/documentation/server_development/pom.xml | 4 +++- docs/documentation/tests/pom.xml | 2 ++ docs/documentation/upgrading/pom.xml | 2 ++ docs/pom.xml | 2 +- federation/ipatuura/pom.xml | 2 +- federation/kerberos/pom.xml | 2 +- federation/ldap/pom.xml | 2 +- federation/pom.xml | 2 +- federation/sssd/pom.xml | 2 +- integration/client-cli/admin-cli/pom.xml | 2 +- integration/client-cli/client-cli-dist/pom.xml | 2 +- integration/client-cli/pom.xml | 2 +- integration/client-registration/pom.xml | 2 +- integration/pom.xml | 2 +- misc/theme-verifier/pom.xml | 1 + model/infinispan/pom.xml | 2 +- model/jpa/pom.xml | 2 +- model/pom.xml | 2 +- model/storage-private/pom.xml | 2 +- model/storage-services/pom.xml | 2 +- model/storage/pom.xml | 2 +- operator/pom.xml | 1 + quarkus/config-api/pom.xml | 2 +- quarkus/deployment/pom.xml | 2 ++ quarkus/dist/pom.xml | 2 +- quarkus/pom.xml | 2 +- quarkus/server/pom.xml | 2 ++ quarkus/tests/integration/pom.xml | 2 ++ quarkus/tests/junit5/pom.xml | 2 ++ quarkus/tests/pom.xml | 2 ++ saml-core-api/pom.xml | 2 +- saml-core/pom.xml | 2 +- server-spi-private/pom.xml | 2 +- server-spi/pom.xml | 2 +- services/pom.xml | 2 +- test-framework/clustering/pom.xml | 3 +++ tests/clustering/pom.xml | 3 +++ testsuite/pom.xml | 2 +- testsuite/utils/pom.xml | 2 +- themes/pom.xml | 2 +- util/embedded-ldap/pom.xml | 2 +- util/pom.xml | 2 +- 81 files changed, 105 insertions(+), 60 deletions(-) diff --git a/adapters/pom.xml b/adapters/pom.xml index a82799bcd314..f4ff37845ab7 100755 --- a/adapters/pom.xml +++ b/adapters/pom.xml @@ -24,7 +24,7 @@ ../pom.xml Keycloak Adapters - + Keycloak Adapters Parent 4.0.0 keycloak-adapters-pom diff --git a/adapters/saml/core-public/pom.xml b/adapters/saml/core-public/pom.xml index 94d354283e18..18d53a9ed7e8 100755 --- a/adapters/saml/core-public/pom.xml +++ b/adapters/saml/core-public/pom.xml @@ -28,7 +28,7 @@ keycloak-saml-adapter-api-public Keycloak SAML Client Adapter Public API - + Keycloak SAML Client Adapter Public API diff --git a/adapters/saml/core/pom.xml b/adapters/saml/core/pom.xml index 0abc99412056..3359c4942e0e 100755 --- a/adapters/saml/core/pom.xml +++ b/adapters/saml/core/pom.xml @@ -28,7 +28,7 @@ keycloak-saml-adapter-core Keycloak SAML Client Adapter Core - + Keycloak SAML Client Adapter Core ${maven.build.timestamp} diff --git a/adapters/saml/pom.xml b/adapters/saml/pom.xml index 0f46c3a97bfa..c4180bd96d1e 100755 --- a/adapters/saml/pom.xml +++ b/adapters/saml/pom.xml @@ -24,7 +24,7 @@ ../../pom.xml Keycloak SAML Client Adapter Modules - + Keycloak SAML Client Adapter Wildfly Modules 4.0.0 keycloak-saml-client-adapter-pom diff --git a/adapters/saml/wildfly-elytron/pom.xml b/adapters/saml/wildfly-elytron/pom.xml index 56c7c05de32a..b7af1c76f4ff 100755 --- a/adapters/saml/wildfly-elytron/pom.xml +++ b/adapters/saml/wildfly-elytron/pom.xml @@ -28,7 +28,7 @@ keycloak-saml-wildfly-elytron-adapter Keycloak WildFly Elytron SAML Adapter - + Keycloak WildFly Elytron SAML Adapter diff --git a/adapters/saml/wildfly/pom.xml b/adapters/saml/wildfly/pom.xml index f1b3048e711c..6c172e929dea 100755 --- a/adapters/saml/wildfly/pom.xml +++ b/adapters/saml/wildfly/pom.xml @@ -24,7 +24,7 @@ ../../../pom.xml Keycloak SAML Wildfly Integration - + Keycloak SAML Wildfly Integration Parent 4.0.0 keycloak-saml-wildfly-integration-pom diff --git a/adapters/saml/wildfly/wildfly-subsystem/pom.xml b/adapters/saml/wildfly/wildfly-subsystem/pom.xml index 90b38b0f7462..91f68f3ce491 100755 --- a/adapters/saml/wildfly/wildfly-subsystem/pom.xml +++ b/adapters/saml/wildfly/wildfly-subsystem/pom.xml @@ -27,7 +27,7 @@ keycloak-saml-wildfly-subsystem Keycloak Wildfly SAML Adapter Subsystem - + Keycloak Wildfly SAML Adapter Subsystem jar diff --git a/adapters/spi/adapter-spi/pom.xml b/adapters/spi/adapter-spi/pom.xml index 8c2206c57dd9..cf2bcce6146d 100755 --- a/adapters/spi/adapter-spi/pom.xml +++ b/adapters/spi/adapter-spi/pom.xml @@ -28,7 +28,7 @@ keycloak-adapter-spi Keycloak Adapter SPI - + Keycloak Adapter SPI diff --git a/adapters/spi/jboss-adapter-core/pom.xml b/adapters/spi/jboss-adapter-core/pom.xml index 6978a6d20c9b..63b13c07cd6e 100755 --- a/adapters/spi/jboss-adapter-core/pom.xml +++ b/adapters/spi/jboss-adapter-core/pom.xml @@ -28,7 +28,7 @@ keycloak-jboss-adapter-core Common JBoss/Wildfly Core Classes - + Common JBoss/Wildfly Core Classes diff --git a/adapters/spi/pom.xml b/adapters/spi/pom.xml index cdfe1b127ff3..7ddb43a84feb 100755 --- a/adapters/spi/pom.xml +++ b/adapters/spi/pom.xml @@ -24,7 +24,7 @@ ../../pom.xml Keycloak Client Adapter SPI Modules - + Keycloak Client Adapter SPI Modules 4.0.0 keycloak-client-adapter-spi-pom diff --git a/authz/policy/pom.xml b/authz/policy/pom.xml index 48091592faad..e8761dd0eb54 100644 --- a/authz/policy/pom.xml +++ b/authz/policy/pom.xml @@ -15,6 +15,7 @@ pom Keycloak AuthZ: Policy Provider Parent + Keycloak AuthZ: Policy Provider Parent common diff --git a/core/pom.xml b/core/pom.xml index 8363871a6732..1f4b29ddde53 100755 --- a/core/pom.xml +++ b/core/pom.xml @@ -28,8 +28,8 @@ keycloak-core Keycloak Core + Keycloak Core jar - 8 diff --git a/crypto/default/pom.xml b/crypto/default/pom.xml index 2b0cf1fb234f..3b28e9659c54 100644 --- a/crypto/default/pom.xml +++ b/crypto/default/pom.xml @@ -28,7 +28,7 @@ keycloak-crypto-default Keycloak Crypto Default - + Keycloak Crypto Default diff --git a/crypto/elytron/pom.xml b/crypto/elytron/pom.xml index 51b7d6dbeac7..cd223cc460b0 100644 --- a/crypto/elytron/pom.xml +++ b/crypto/elytron/pom.xml @@ -28,7 +28,7 @@ keycloak-crypto-elytron Keycloak Crypto Wildfly Elytron Integration - + Keycloak Crypto Wildfly Elytron Integration diff --git a/crypto/fips1402/pom.xml b/crypto/fips1402/pom.xml index dab8c4724be3..514dbef8b883 100644 --- a/crypto/fips1402/pom.xml +++ b/crypto/fips1402/pom.xml @@ -28,7 +28,7 @@ keycloak-crypto-fips1402 Keycloak Crypto FIPS 140-2 Integration - + Keycloak Crypto FIPS 140-2 Integration diff --git a/crypto/pom.xml b/crypto/pom.xml index de2f6d339653..3265ecbfbc2c 100644 --- a/crypto/pom.xml +++ b/crypto/pom.xml @@ -24,7 +24,7 @@ ../pom.xml Keycloak Crypto Parent - + Keycloak Crypto Parent 4.0.0 keycloak-crypto-parent diff --git a/dependencies/pom.xml b/dependencies/pom.xml index 019146bf55c3..34a9f0621122 100755 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -28,7 +28,7 @@ keycloak-dependencies-parent pom Keycloak Dependencies Parent - + Keycloak Dependencies Parent server-min diff --git a/dependencies/server-all/pom.xml b/dependencies/server-all/pom.xml index 40825859ef61..330eaca6bba1 100755 --- a/dependencies/server-all/pom.xml +++ b/dependencies/server-all/pom.xml @@ -28,7 +28,7 @@ keycloak-dependencies-server-all pom Keycloak Dependencies Server All - + Keycloak Dependencies Server All diff --git a/dependencies/server-min/pom.xml b/dependencies/server-min/pom.xml index 5388210a0050..0638eca8aff2 100755 --- a/dependencies/server-min/pom.xml +++ b/dependencies/server-min/pom.xml @@ -28,7 +28,7 @@ keycloak-dependencies-server-min pom Keycloak Dependencies Server Min - + Keycloak Dependencies Server Min diff --git a/distribution/api-docs-dist/pom.xml b/distribution/api-docs-dist/pom.xml index fe2100febe96..544a1c7269f4 100755 --- a/distribution/api-docs-dist/pom.xml +++ b/distribution/api-docs-dist/pom.xml @@ -27,7 +27,7 @@ keycloak-api-docs-dist pom Keycloak Docs Distribution - + Keycloak Docs Distribution Keycloak ${project.version} diff --git a/distribution/downloads/pom.xml b/distribution/downloads/pom.xml index 3651b049e9b5..2cda2c291a92 100755 --- a/distribution/downloads/pom.xml +++ b/distribution/downloads/pom.xml @@ -27,7 +27,7 @@ keycloak-dist-downloads jar Keycloak Release Downloads - + Keycloak Release Downloads diff --git a/distribution/galleon-feature-packs/pom.xml b/distribution/galleon-feature-packs/pom.xml index eb2026a1eeb2..ea4edccaacdd 100644 --- a/distribution/galleon-feature-packs/pom.xml +++ b/distribution/galleon-feature-packs/pom.xml @@ -24,7 +24,7 @@ Galleon Feature Pack Builds - + Galleon Feature Pack Builds 4.0.0 galleon-feature-packs-parent diff --git a/distribution/galleon-feature-packs/saml-adapter-galleon-pack-layer-metadata-tests/pom.xml b/distribution/galleon-feature-packs/saml-adapter-galleon-pack-layer-metadata-tests/pom.xml index d9d706e53e88..c7ca4f039cfa 100644 --- a/distribution/galleon-feature-packs/saml-adapter-galleon-pack-layer-metadata-tests/pom.xml +++ b/distribution/galleon-feature-packs/saml-adapter-galleon-pack-layer-metadata-tests/pom.xml @@ -28,6 +28,7 @@ keycloak-saml-adapter-galleon-pack-layers-metadata-tests Keycloak Galleon Feature Pack: SAML Adapter Layer Metadata Tests + Keycloak Galleon Feature Pack: SAML Adapter Layer Metadata Tests jar diff --git a/distribution/galleon-feature-packs/saml-adapter-galleon-pack/pom.xml b/distribution/galleon-feature-packs/saml-adapter-galleon-pack/pom.xml index 37978951b2ee..0d28a7ddc1ec 100644 --- a/distribution/galleon-feature-packs/saml-adapter-galleon-pack/pom.xml +++ b/distribution/galleon-feature-packs/saml-adapter-galleon-pack/pom.xml @@ -28,6 +28,7 @@ keycloak-saml-adapter-galleon-pack Keycloak Galleon Feature Pack: SAML Adapter + Keycloak Galleon Feature Pack: SAML Adapter pom diff --git a/distribution/licenses-common/pom.xml b/distribution/licenses-common/pom.xml index bf615a63ee6f..b6a3f63434f5 100644 --- a/distribution/licenses-common/pom.xml +++ b/distribution/licenses-common/pom.xml @@ -26,6 +26,7 @@ keycloak-distribution-licenses-common jar Keycloak Distribution Licenses Common + Keycloak Distribution Licenses Common diff --git a/distribution/maven-plugins/pom.xml b/distribution/maven-plugins/pom.xml index 0658ad683770..8e9b252eb263 100644 --- a/distribution/maven-plugins/pom.xml +++ b/distribution/maven-plugins/pom.xml @@ -26,6 +26,7 @@ keycloak-distribution-maven-plugins-parent pom Keycloak Distribution Maven Plugins Parent + Keycloak Distribution Maven Plugins Parent diff --git a/distribution/pom.xml b/distribution/pom.xml index d2b8affb0c08..313552c36d97 100755 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -25,7 +25,7 @@ Distribution Parent - + Distribution Parent 4.0.0 keycloak-distribution-parent diff --git a/distribution/saml-adapters/pom.xml b/distribution/saml-adapters/pom.xml index e0bf923961d4..bfe4274e4c01 100755 --- a/distribution/saml-adapters/pom.xml +++ b/distribution/saml-adapters/pom.xml @@ -24,7 +24,7 @@ SAML Adapters Distribution Parent - + SAML Adapters Distribution Parent 4.0.0 keycloak-saml-adapters-distribution-parent diff --git a/distribution/saml-adapters/wildfly-adapter/pom.xml b/distribution/saml-adapters/wildfly-adapter/pom.xml index b019240ae075..54c5ebfe1dda 100755 --- a/distribution/saml-adapters/wildfly-adapter/pom.xml +++ b/distribution/saml-adapters/wildfly-adapter/pom.xml @@ -24,7 +24,7 @@ ../../../pom.xml Keycloak Wildfly SAML Adapter - + Keycloak Wildfly SAML Adapter 4.0.0 keycloak-saml-wildfly-adapter-dist-pom diff --git a/distribution/saml-adapters/wildfly-adapter/wildfly-adapter-zip/pom.xml b/distribution/saml-adapters/wildfly-adapter/wildfly-adapter-zip/pom.xml index d503885a0fb5..a4cd2f97dea5 100755 --- a/distribution/saml-adapters/wildfly-adapter/wildfly-adapter-zip/pom.xml +++ b/distribution/saml-adapters/wildfly-adapter/wildfly-adapter-zip/pom.xml @@ -28,7 +28,7 @@ keycloak-saml-wildfly-adapter-dist pom Keycloak SAML Wildfly Adapter Distro - + Keycloak SAML Wildfly Adapter Distro diff --git a/distribution/saml-adapters/wildfly-adapter/wildfly-modules/pom.xml b/distribution/saml-adapters/wildfly-adapter/wildfly-modules/pom.xml index 8d7e26856ae9..7fa23a5828d2 100755 --- a/distribution/saml-adapters/wildfly-adapter/wildfly-modules/pom.xml +++ b/distribution/saml-adapters/wildfly-adapter/wildfly-modules/pom.xml @@ -32,6 +32,7 @@ keycloak-saml-wildfly-modules Keycloak SAML Wildfly Modules + Keycloak SAML Wildfly Modules pom diff --git a/docs/documentation/aggregation/pom.xml b/docs/documentation/aggregation/pom.xml index 778c61ef0ee9..736711d1fbae 100644 --- a/docs/documentation/aggregation/pom.xml +++ b/docs/documentation/aggregation/pom.xml @@ -9,7 +9,9 @@ ../pom.xml - Aggregation + Documentation Aggregation + Documentation Aggregation + aggregation pom diff --git a/docs/documentation/api_documentation/pom.xml b/docs/documentation/api_documentation/pom.xml index 580cefbb335e..1cf5ab8847c8 100644 --- a/docs/documentation/api_documentation/pom.xml +++ b/docs/documentation/api_documentation/pom.xml @@ -10,6 +10,8 @@ API Documentation + API Documentation + api-documentation pom diff --git a/docs/documentation/authorization_services/pom.xml b/docs/documentation/authorization_services/pom.xml index 6e1042aa8410..1c53fbdacecb 100644 --- a/docs/documentation/authorization_services/pom.xml +++ b/docs/documentation/authorization_services/pom.xml @@ -9,7 +9,9 @@ ../pom.xml - Authorization Services + Authorization Services Documentation + Authorization Services Documentation + authorization-services pom diff --git a/docs/documentation/dist/pom.xml b/docs/documentation/dist/pom.xml index 7ae91bdb25a5..604c0b00a2a3 100644 --- a/docs/documentation/dist/pom.xml +++ b/docs/documentation/dist/pom.xml @@ -10,6 +10,8 @@ Keycloak Documentation dist + Keycloak Documentation dist + keycloak-documentation pom diff --git a/docs/documentation/header-maven-plugin/pom.xml b/docs/documentation/header-maven-plugin/pom.xml index 0bd4fe40645d..730d3714638d 100644 --- a/docs/documentation/header-maven-plugin/pom.xml +++ b/docs/documentation/header-maven-plugin/pom.xml @@ -13,7 +13,8 @@ 999.0.0-SNAPSHOT maven-plugin - github-maven-plugin + header-maven-plugin + header-maven-plugin UTF-8 diff --git a/docs/documentation/pom.xml b/docs/documentation/pom.xml index 24fe1917d0d5..9f36022f80e7 100644 --- a/docs/documentation/pom.xml +++ b/docs/documentation/pom.xml @@ -10,6 +10,8 @@ Keycloak Documentation Parent + Keycloak Documentation Parent + org.keycloak.documentation documentation-parent 999.0.0-SNAPSHOT diff --git a/docs/documentation/release_notes/pom.xml b/docs/documentation/release_notes/pom.xml index 57d62bebae50..abb5d926e27e 100644 --- a/docs/documentation/release_notes/pom.xml +++ b/docs/documentation/release_notes/pom.xml @@ -10,6 +10,8 @@ Release Notes + Release Notes + release-notes pom diff --git a/docs/documentation/server_admin/pom.xml b/docs/documentation/server_admin/pom.xml index cb0c3fdffef2..3686f22f0e9e 100644 --- a/docs/documentation/server_admin/pom.xml +++ b/docs/documentation/server_admin/pom.xml @@ -9,7 +9,9 @@ ../pom.xml - Server Administration + Server Administration Guide + Server Administration Guide + server-admin pom diff --git a/docs/documentation/server_development/pom.xml b/docs/documentation/server_development/pom.xml index 6e0ec2e820c6..e6ebe8d7055d 100644 --- a/docs/documentation/server_development/pom.xml +++ b/docs/documentation/server_development/pom.xml @@ -9,7 +9,9 @@ ../pom.xml - Server Developer + Server Developer Guide + Server Developer Guide + server-development pom diff --git a/docs/documentation/tests/pom.xml b/docs/documentation/tests/pom.xml index f444f03bff9a..29e511aea95a 100644 --- a/docs/documentation/tests/pom.xml +++ b/docs/documentation/tests/pom.xml @@ -65,6 +65,8 @@ Keycloak Documentation tests + Keycloak Documentation tests + tests jar diff --git a/docs/documentation/upgrading/pom.xml b/docs/documentation/upgrading/pom.xml index 9c081109a538..9580c32b6b2b 100644 --- a/docs/documentation/upgrading/pom.xml +++ b/docs/documentation/upgrading/pom.xml @@ -10,6 +10,8 @@ Upgrading Guide + Upgrading Guide + upgrading pom diff --git a/docs/pom.xml b/docs/pom.xml index 35f5dfa64ff6..502a500d8cb5 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -23,7 +23,7 @@ ../pom.xml Keycloak Docs Parent - + Keycloak Docs Parent 4.0.0 keycloak-docs-parent diff --git a/federation/ipatuura/pom.xml b/federation/ipatuura/pom.xml index 5153d42c3cb9..b361add543f2 100644 --- a/federation/ipatuura/pom.xml +++ b/federation/ipatuura/pom.xml @@ -27,7 +27,7 @@ keycloak-ipatuura-federation Keycloak Ipatuura Federation - + Keycloak Ipatuura Federation diff --git a/federation/kerberos/pom.xml b/federation/kerberos/pom.xml index 95e483b06bf3..54159c56e84a 100755 --- a/federation/kerberos/pom.xml +++ b/federation/kerberos/pom.xml @@ -27,7 +27,7 @@ keycloak-kerberos-federation Keycloak Kerberos Federation - + Keycloak Kerberos Federation diff --git a/federation/ldap/pom.xml b/federation/ldap/pom.xml index 25d4e22833a4..f9b68f27276d 100755 --- a/federation/ldap/pom.xml +++ b/federation/ldap/pom.xml @@ -27,7 +27,7 @@ keycloak-ldap-federation Keycloak LDAP UserStoreProvider - + Keycloak LDAP UserStoreProvider diff --git a/federation/pom.xml b/federation/pom.xml index 662c1f5a77e7..f443e42af62c 100755 --- a/federation/pom.xml +++ b/federation/pom.xml @@ -30,7 +30,7 @@ keycloak-federation-parent Keycloak Federation - + Keycloak Federation Parent kerberos diff --git a/federation/sssd/pom.xml b/federation/sssd/pom.xml index 6f1b1ee0361e..fb9cf12ad0f2 100644 --- a/federation/sssd/pom.xml +++ b/federation/sssd/pom.xml @@ -11,7 +11,7 @@ keycloak-sssd-federation Keycloak SSSD Federation - + Keycloak SSSD Federation diff --git a/integration/client-cli/admin-cli/pom.xml b/integration/client-cli/admin-cli/pom.xml index d7ca8276dae6..cbc4683ab18f 100755 --- a/integration/client-cli/admin-cli/pom.xml +++ b/integration/client-cli/admin-cli/pom.xml @@ -27,7 +27,7 @@ keycloak-admin-cli Keycloak Admin CLI - + Keycloak Admin CLI diff --git a/integration/client-cli/client-cli-dist/pom.xml b/integration/client-cli/client-cli-dist/pom.xml index 679d8647b605..6d4ddf8ed283 100755 --- a/integration/client-cli/client-cli-dist/pom.xml +++ b/integration/client-cli/client-cli-dist/pom.xml @@ -27,7 +27,7 @@ keycloak-client-cli-dist pom Keycloak Client CLI Distribution - + Keycloak Client CLI Distribution diff --git a/integration/client-cli/pom.xml b/integration/client-cli/pom.xml index c751fb955906..edd52c9d6a04 100644 --- a/integration/client-cli/pom.xml +++ b/integration/client-cli/pom.xml @@ -24,7 +24,7 @@ Keycloak Client CLI - + Keycloak Client CLI 4.0.0 keycloak-client-cli-parent diff --git a/integration/client-registration/pom.xml b/integration/client-registration/pom.xml index c272b5814b53..ba3267d2739b 100755 --- a/integration/client-registration/pom.xml +++ b/integration/client-registration/pom.xml @@ -27,7 +27,7 @@ keycloak-client-registration-api Keycloak Client Registration API - + Keycloak Client Registration API diff --git a/integration/pom.xml b/integration/pom.xml index 3881051a2f84..028d0453663a 100755 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -24,7 +24,7 @@ ../pom.xml Keycloak Integration - + Keycloak Integration 4.0.0 keycloak-integration-parent diff --git a/misc/theme-verifier/pom.xml b/misc/theme-verifier/pom.xml index c83dc9b0ebd9..3ffa25d5a4e1 100644 --- a/misc/theme-verifier/pom.xml +++ b/misc/theme-verifier/pom.xml @@ -32,6 +32,7 @@ 999.0.0-SNAPSHOT Keycloak Theme verifier + Keycloak Theme verifier maven-plugin diff --git a/model/infinispan/pom.xml b/model/infinispan/pom.xml index c3717a985c7d..1befc1257b9b 100755 --- a/model/infinispan/pom.xml +++ b/model/infinispan/pom.xml @@ -28,7 +28,7 @@ keycloak-model-infinispan Keycloak Model Infinispan - + Keycloak Model Infinispan diff --git a/model/jpa/pom.xml b/model/jpa/pom.xml index 734bdb27c86c..00bf0d8e28fc 100755 --- a/model/jpa/pom.xml +++ b/model/jpa/pom.xml @@ -27,7 +27,7 @@ keycloak-model-jpa Keycloak Model JPA - + Keycloak Model JPA org.h2.Driver diff --git a/model/pom.xml b/model/pom.xml index 373f1649470f..e141b65ef987 100755 --- a/model/pom.xml +++ b/model/pom.xml @@ -24,7 +24,7 @@ ../pom.xml Keycloak Model Parent - + Keycloak Model Parent 4.0.0 keycloak-model-pom diff --git a/model/storage-private/pom.xml b/model/storage-private/pom.xml index 69638558fc3d..1362856dad3a 100644 --- a/model/storage-private/pom.xml +++ b/model/storage-private/pom.xml @@ -9,7 +9,7 @@ keycloak-model-storage-private Keycloak Database Support - Private classes - + Keycloak Database Support - Private classes diff --git a/model/storage-services/pom.xml b/model/storage-services/pom.xml index 8d7acffc7fa9..df83e098d901 100644 --- a/model/storage-services/pom.xml +++ b/model/storage-services/pom.xml @@ -9,7 +9,7 @@ keycloak-model-storage-services Keycloak Database Support - REST services - + Keycloak Database Support - REST services diff --git a/model/storage/pom.xml b/model/storage/pom.xml index 0823e334170c..c55714ab05b5 100644 --- a/model/storage/pom.xml +++ b/model/storage/pom.xml @@ -9,7 +9,7 @@ keycloak-model-storage Keycloak Database Support - + Keycloak Database Support diff --git a/operator/pom.xml b/operator/pom.xml index 4531d2450806..eae7a5ede490 100644 --- a/operator/pom.xml +++ b/operator/pom.xml @@ -12,6 +12,7 @@ Keycloak Operator + Keycloak Operator keycloak-operator diff --git a/quarkus/config-api/pom.xml b/quarkus/config-api/pom.xml index 4c4b20043d36..a102347b6934 100755 --- a/quarkus/config-api/pom.xml +++ b/quarkus/config-api/pom.xml @@ -28,8 +28,8 @@ keycloak-config-api Keycloak Configuration API + Keycloak Configuration API jar - diff --git a/quarkus/deployment/pom.xml b/quarkus/deployment/pom.xml index 04fc59b27586..4282cdf0b4c7 100644 --- a/quarkus/deployment/pom.xml +++ b/quarkus/deployment/pom.xml @@ -11,6 +11,8 @@ 4.0.0 Keycloak Quarkus Server Deployment + Keycloak Quarkus Server Deployment + keycloak-quarkus-server-deployment diff --git a/quarkus/dist/pom.xml b/quarkus/dist/pom.xml index ce9629067df2..f4d685572587 100755 --- a/quarkus/dist/pom.xml +++ b/quarkus/dist/pom.xml @@ -27,7 +27,7 @@ keycloak-quarkus-dist pom Keycloak Quarkus Server Distribution - + Keycloak Quarkus Server Distribution diff --git a/quarkus/pom.xml b/quarkus/pom.xml index b561e444e28b..2a189247137c 100644 --- a/quarkus/pom.xml +++ b/quarkus/pom.xml @@ -24,7 +24,7 @@ ../pom.xml Keycloak Quarkus Parent - + Keycloak Quarkus Parent 4.0.0 keycloak-quarkus-parent diff --git a/quarkus/server/pom.xml b/quarkus/server/pom.xml index 876875b135ac..99ae20f29ae5 100644 --- a/quarkus/server/pom.xml +++ b/quarkus/server/pom.xml @@ -12,6 +12,8 @@ Keycloak Quarkus Server App + Keycloak Quarkus Server App + keycloak-quarkus-server-app diff --git a/quarkus/tests/integration/pom.xml b/quarkus/tests/integration/pom.xml index 88708fda875d..5e5bcf9aa885 100644 --- a/quarkus/tests/integration/pom.xml +++ b/quarkus/tests/integration/pom.xml @@ -29,6 +29,8 @@ Keycloak Quarkus Server Integration tests + Keycloak Quarkus Server Integration tests + keycloak-quarkus-integration-tests jar diff --git a/quarkus/tests/junit5/pom.xml b/quarkus/tests/junit5/pom.xml index 8514d2476191..156b9ec1cd3a 100644 --- a/quarkus/tests/junit5/pom.xml +++ b/quarkus/tests/junit5/pom.xml @@ -29,6 +29,8 @@ Keycloak Quarkus Server JUnit 5 Internal Test Framework + Keycloak Quarkus Server JUnit 5 Internal Test Framework + keycloak-junit5 jar diff --git a/quarkus/tests/pom.xml b/quarkus/tests/pom.xml index 434605e1b9f2..d643efed1deb 100644 --- a/quarkus/tests/pom.xml +++ b/quarkus/tests/pom.xml @@ -29,6 +29,8 @@ Keycloak Quarkus Test Parent + Keycloak Quarkus Test Parent + keycloak-quarkus-test-parent pom diff --git a/saml-core-api/pom.xml b/saml-core-api/pom.xml index 186a56010c83..f3c2c8914d0e 100755 --- a/saml-core-api/pom.xml +++ b/saml-core-api/pom.xml @@ -28,7 +28,7 @@ keycloak-saml-core-public Keycloak SAML Core Public API - + Keycloak SAML Core Public API diff --git a/saml-core/pom.xml b/saml-core/pom.xml index aee0a238921a..b17c82b6de3c 100755 --- a/saml-core/pom.xml +++ b/saml-core/pom.xml @@ -28,7 +28,7 @@ keycloak-saml-core Keycloak SAML Core - + Keycloak SAML Core diff --git a/server-spi-private/pom.xml b/server-spi-private/pom.xml index ffb097b13f0d..c2dd68fab500 100755 --- a/server-spi-private/pom.xml +++ b/server-spi-private/pom.xml @@ -28,7 +28,7 @@ keycloak-server-spi-private Keycloak Server Private SPI - + Keycloak Server Private SPI diff --git a/server-spi/pom.xml b/server-spi/pom.xml index 0dcc733f15f9..a5f960d4ac43 100755 --- a/server-spi/pom.xml +++ b/server-spi/pom.xml @@ -28,7 +28,7 @@ keycloak-server-spi Keycloak Server SPI - + Keycloak Server SPI diff --git a/services/pom.xml b/services/pom.xml index d09fc4b0517b..489bdbdc17fc 100755 --- a/services/pom.xml +++ b/services/pom.xml @@ -28,7 +28,7 @@ keycloak-services Keycloak REST Services - + Keycloak REST Services 1.1.2 diff --git a/test-framework/clustering/pom.xml b/test-framework/clustering/pom.xml index c6e9088957fc..eb17168323cf 100644 --- a/test-framework/clustering/pom.xml +++ b/test-framework/clustering/pom.xml @@ -10,6 +10,9 @@ 4.0.0 + Keycloak Test Framework Clustering + Keycloak Test Framework Clustering + keycloak-test-framework-clustering diff --git a/tests/clustering/pom.xml b/tests/clustering/pom.xml index 1abcc44a49c6..056da779d3c5 100644 --- a/tests/clustering/pom.xml +++ b/tests/clustering/pom.xml @@ -10,6 +10,9 @@ ../pom.xml + Keycloak Clustering Tests + Keycloak Clustering Tests + keycloak-tests-clustering diff --git a/testsuite/pom.xml b/testsuite/pom.xml index 11f6fdd0ae1b..9e8909289ee8 100755 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -29,7 +29,7 @@ keycloak-testsuite-pom pom Keycloak TestSuite - + Keycloak TestSuite diff --git a/testsuite/utils/pom.xml b/testsuite/utils/pom.xml index 16428ff5bafe..7f76af7a155a 100755 --- a/testsuite/utils/pom.xml +++ b/testsuite/utils/pom.xml @@ -27,7 +27,7 @@ keycloak-testsuite-utils Keycloak TestSuite Utils - + Keycloak TestSuite Utils NON_EXISTENT_PATH_OVERRIDE_ON_COMMAND_LINE diff --git a/themes/pom.xml b/themes/pom.xml index 0f7270fbd28c..83878c3e5d8e 100755 --- a/themes/pom.xml +++ b/themes/pom.xml @@ -9,7 +9,7 @@ keycloak-themes Keycloak Themes - + Keycloak Themes jar diff --git a/util/embedded-ldap/pom.xml b/util/embedded-ldap/pom.xml index 1e10ff4e357b..0d3ac4ed12cf 100644 --- a/util/embedded-ldap/pom.xml +++ b/util/embedded-ldap/pom.xml @@ -28,7 +28,7 @@ keycloak-util-embedded-ldap Keycloak Util Embedded LDAP - + Keycloak Util Embedded LDAP diff --git a/util/pom.xml b/util/pom.xml index 8b716dbbd2e5..790180278e50 100644 --- a/util/pom.xml +++ b/util/pom.xml @@ -25,7 +25,7 @@ Keycloak Util Parent - + Keycloak Util Parent 4.0.0 org.keycloak