From 319c87e6cddf480d8d8cbed44d8a70d7c0f63842 Mon Sep 17 00:00:00 2001 From: Alexander Schwartz Date: Sat, 15 Jun 2024 12:44:47 +0200 Subject: [PATCH] Upgrade maven cache extension Also ensure that JS project is not built too often, and the Quarkus distribution is not missed when sub-dependencies change. Closes #30463 Signed-off-by: Alexander Schwartz --- .mvn/extensions.xml | 2 +- js/pom.xml | 2 +- quarkus/dist/pom.xml | 12 ------------ 3 files changed, 2 insertions(+), 14 deletions(-) diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml index cb323391aa..8e03165c24 100644 --- a/.mvn/extensions.xml +++ b/.mvn/extensions.xml @@ -20,6 +20,6 @@ org.apache.maven.extensions maven-build-cache-extension - 1.1.0 + 1.2.0 \ No newline at end of file diff --git a/js/pom.xml b/js/pom.xml index 2d2c55e674..3b21df22db 100644 --- a/js/pom.xml +++ b/js/pom.xml @@ -27,6 +27,6 @@ src - ${project.basedir}/dist + dist diff --git a/quarkus/dist/pom.xml b/quarkus/dist/pom.xml index 4189fb8967..780df25d7f 100755 --- a/quarkus/dist/pom.xml +++ b/quarkus/dist/pom.xml @@ -34,23 +34,11 @@ org.keycloak keycloak-quarkus-server-app ${project.version} - - - * - * - - org.keycloak keycloak-quarkus-server-deployment ${project.version} - - - * - * - - org.keycloak