Downgrade karaf-maven-plugin to 4.4.8

This is a workaround for apache/karaf#2218 and openhab/openhab-core#5234.

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
Holger Friedrich
2026-01-11 22:10:37 +01:00
committed by lsiepel
parent 5502cf8f39
commit c6c4eb0f82
5 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -63,7 +63,7 @@
<plugin>
<groupId>org.apache.karaf.tooling</groupId>
<artifactId>karaf-maven-plugin</artifactId>
<version>${karaf.version}</version>
<version>${karaf.maven.plugin.version}</version>
<extensions>true</extensions>
<configuration>
<startLevel>80</startLevel>