From 014f2b77abc3144e9ec7c35b13f696840696bfa1 Mon Sep 17 00:00:00 2001 From: Avgustin Marinov Date: Tue, 10 Feb 2026 10:17:45 +0200 Subject: [PATCH] Fix MCP server build (#2914) Signed-off-by: Avgustin Marinov --- hawkbit-mcp/pom.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/hawkbit-mcp/pom.xml b/hawkbit-mcp/pom.xml index c3ad91250..4dd74ebd9 100644 --- a/hawkbit-mcp/pom.xml +++ b/hawkbit-mcp/pom.xml @@ -22,6 +22,10 @@ hawkBit :: MCP Server (Standalone) Standalone MCP server that connects to hawkBit via REST API + + org.eclipse.hawkbit.mcp.server.HawkbitMcpServerApplication + + org.eclipse.hawkbit @@ -120,16 +124,17 @@ - repackage repackage - exec + ${baseDir} + ${spring.app.class} + JAR - + \ No newline at end of file