Update the project readme's getting started (#2810)

Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2025-11-17 12:45:02 +02:00
committed by GitHub
parent bcf62f39e7
commit cb3aa4b0ff
7 changed files with 60 additions and 23 deletions

View File

@@ -101,7 +101,7 @@
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<skip>false</skip>
<finalName>hawkBit-UI</finalName>
<finalName>hawkbit-ui</finalName>
<mainClass>org.eclipse.hawkbit.ui.HawkbitUiApp</mainClass>
</configuration>
</plugin>