From 0a1a7fcd9eb678b86a974b896d607381a6a0c986 Mon Sep 17 00:00:00 2001 From: Sebastien Vermeille Date: Sat, 9 Dec 2023 11:00:11 +0100 Subject: [PATCH] Fix lifecycle issue in the CI pipelines (#142) The CI is using package and not install therefore this plugin were never executed and then the rika2mqtt.jar could not be found by the Dockerfile --- bridge/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge/pom.xml b/bridge/pom.xml index 06457f3a..002a3593 100644 --- a/bridge/pom.xml +++ b/bridge/pom.xml @@ -78,7 +78,7 @@ copy-rename-file - install + package copy