From 52b4a7d6d3343ebd7730f9dd475fbf531dfe727d Mon Sep 17 00:00:00 2001 From: myz Date: Mon, 28 Feb 2022 00:27:23 +0900 Subject: [PATCH] update pom.xml to support build executable jar --- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pom.xml b/pom.xml index aa3e0bc..0f6806b 100644 --- a/pom.xml +++ b/pom.xml @@ -106,6 +106,19 @@ maven-project-info-reports-plugin 3.0.0 + + maven-assembly-plugin + + + + fully.qualified.MainClass + + + + jar-with-dependencies + + +