From 340987335d1a7deeb8ae48840268497cbd17232a Mon Sep 17 00:00:00 2001 From: scandinave Date: Thu, 8 Nov 2018 18:54:13 +0100 Subject: [PATCH] Add maven configuration --- pom.xml | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bf4d90d..c39de9a 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 EclipsePluginDownload EclipsePluginDownload - 0.0.1-SNAPSHOT + 2.0 src @@ -22,6 +22,28 @@ 10 + + maven-assembly-plugin + + + jar-with-dependencies + + + + info.scandi.epd.Main + + + + + + make-assembly + package + + single + + + +