From 44dbdd59b2d682bb9ae9730862606bf7481072c6 Mon Sep 17 00:00:00 2001 From: sebastien Curt <curt.sebastien@gmail.com> Date: Wed, 13 Jan 2021 12:04:02 +0100 Subject: [PATCH] README.md show how to generate standalone jar file. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5327e92..6093d3b 100644 --- a/README.md +++ b/README.md @@ -53,3 +53,11 @@ popd ``` + +# Generate jar file + +```shell +$ mvn package +$ cd unl-tools-main/target +# you should see unl-tools-main-0.9.jar that is the standalone jar file. +``` \ No newline at end of file -- GitLab