From 7ae9af040d41b98e0711faa43ccc30a7c5f32508 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Autin?= Date: Fri, 25 Jun 2021 04:44:02 +0200 Subject: [PATCH] Updated classpath and POM to allow for packaging of a fat jar --- .classpath | 24 ++++++++++++++++++++---- pom.xml | 31 ++++++++++++++++++++++++++++--- 2 files changed, 48 insertions(+), 7 deletions(-) diff --git a/.classpath b/.classpath index 2daff1b..6183517 100644 --- a/.classpath +++ b/.classpath @@ -1,16 +1,32 @@ - - + - + - + + + + + + + + + + + + + + + + + + diff --git a/pom.xml b/pom.xml index 0d795e3..f6b292d 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ maven-compiler-plugin 3.8.1 - 11 + 8 @@ -29,17 +29,42 @@ org.apache.maven.plugins maven-jar-plugin - 3.1.0 + 3.2.0 + Main true lib/ - Main + + + org.apache.maven.plugins + maven-assembly-plugin + 3.1.1 + + + + Main + + + + jar-with-dependencies + + + + + make-assembly + package + + single + + + +