From 96218ec887d064ce946b4d72bdd1a1570a7acde4 Mon Sep 17 00:00:00 2001 From: Kai Hudalla Date: Wed, 19 Jul 2023 09:52:44 +0200 Subject: [PATCH] [#3514] Skip install Maven stage for CLI module Maven 3.9.x fails to run the install stage for the CLI module because the original jar artifact created during the build stage is being renamed by the Quarkus plugin. However, none of the artifact(s) being built is needed by any other module so there is no need to install any of them. Simply skipping the install stage thus fixes the problem. Fixes #3514 --- cli/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/pom.xml b/cli/pom.xml index 0acfcb6df2..5d3c4288df 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -40,6 +40,7 @@ deploy this module's artifacts to the configured project repository --> true + true true true true