From f53d0efb668e595a228135c0d2c30980717001f3 Mon Sep 17 00:00:00 2001 From: mykola2312 <49044616+mykola2312@users.noreply.github.com> Date: Sun, 28 Apr 2024 00:30:59 +0300 Subject: [PATCH] make maven build standalone jar --- pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pom.xml b/pom.xml index 44c5e0e..8f65430 100644 --- a/pom.xml +++ b/pom.xml @@ -169,6 +169,21 @@ + + + + maven-assembly-plugin + + + + com.mykola2312.mptv.Main + + + + jar-with-dependencies + + + \ No newline at end of file