From 1a923e0ff873593acc69ee17fcb7daf23e677978 Mon Sep 17 00:00:00 2001 From: Andrew Lalis Date: Thu, 26 Aug 2021 12:09:05 +0200 Subject: [PATCH] Added jar-with-dependencies build to the catalog server. --- catalog/pom.xml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/catalog/pom.xml b/catalog/pom.xml index fac9f56..e1464fe 100644 --- a/catalog/pom.xml +++ b/catalog/pom.xml @@ -33,4 +33,33 @@ 2.12.4 + + + + + org.apache.maven.plugins + maven-assembly-plugin + 3.3.0 + + + + nl.andrewl.concord_catalog.CatalogServer + + + + jar-with-dependencies + + + + + make-assembly + package + + single + + + + + + \ No newline at end of file