From 0fb3c8373735335c4c35aec2bc85fdb06346f19d Mon Sep 17 00:00:00 2001 From: "Jonguk. Lim" Date: Tue, 19 Nov 2024 15:49:49 +0900 Subject: [PATCH] fix: maven build fix --- pom.xml | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 1e849f2..1e6346a 100644 --- a/pom.xml +++ b/pom.xml @@ -15,6 +15,7 @@ xit adds api system 17 + true @@ -214,15 +215,26 @@ org.springframework.boot spring-boot-maven-plugin + + + + org.projectlombok + lombok + + + - org.apache.maven.plugins - maven-surefire-plugin - 2.22.2 - - true - + maven-source-plugin + + + attach-sources + + jar + + +