From 52582b4fec951cbf7ab65864955645b9ab9822e3 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Tue, 16 Feb 2021 21:19:06 +0100 Subject: Add plugins to create MANIFEST.MF and jar-with-dependencies --- pom.xml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/pom.xml b/pom.xml index 85456fe..b758b38 100644 --- a/pom.xml +++ b/pom.xml @@ -59,6 +59,41 @@ + + + maven-assembly-plugin + + + package + + single + + + + + + jar-with-dependencies + + + + it.alessandroiezzi.genwebsite.Genwebsite + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + true + it.alessandroiezzi.genwebsite.Genwebsite + + + + + -- cgit v1.2.3