From 7cf7bc1afb3011f06f400b4682ca19dd2eb9184d Mon Sep 17 00:00:00 2001 From: Ng Heng Khai Date: Wed, 1 May 2024 19:34:21 +0800 Subject: [PATCH] Update pom.xml Added the missing declaration of the Main-Class metadata property from the MANIFEST.MF file. --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 4ec48e4..3c069e8 100644 --- a/pom.xml +++ b/pom.xml @@ -16,6 +16,7 @@ Smart Inventory System 21 + sg.com.smartinventory.SmartInventoryApplication @@ -96,6 +97,10 @@ org.springframework.boot spring-boot-maven-plugin + + sg.com.smartinventory.SmartInventoryApplication + JAR +