From 5242811ff684c8ab97153993ea1a2e833c258624 Mon Sep 17 00:00:00 2001 From: ammbra Date: Wed, 22 Jan 2025 21:45:38 +0100 Subject: [PATCH] Update pom.xml to build an executable .jar. --- pom.xml | 42 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7b3ac75..60c68ff 100644 --- a/pom.xml +++ b/pom.xml @@ -5,12 +5,13 @@ 4.0.0 org.example - Java-Gen-AI + troubleshoot-assist 1.0.0 23 23 + troubleshoot-assist UTF-8 0.36.2 @@ -86,4 +87,43 @@ + + + + org.apache.maven.plugins + maven-dependency-plugin + 3.6.1 + + + dependencies + prepare-package + + copy-dependencies + + + ${project.build.directory}/libs + false + false + true + + + + + + org.apache.maven.plugins + maven-jar-plugin + 3.4.2 + + + + true + JavaTroubleshootingAssistant + libs/ + + + + + + + \ No newline at end of file