Skip to content

Commit

Permalink
Fix lifecycle issue in the CI pipelines (#142)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
sebastienvermeille committed Dec 9, 2023
1 parent cd12e06 commit 0a1a7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridge/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<executions>
<execution>
<id>copy-rename-file</id>
<phase>install</phase>
<phase>package</phase>
<goals>
<goal>copy</goal>
</goals>
Expand Down

0 comments on commit 0a1a7fc

Please sign in to comment.