From a3b017e8a7d45252cce614b7f604314c3e606d19 Mon Sep 17 00:00:00 2001 From: Vasili Gulevich Date: Sun, 11 Feb 2024 14:43:08 +0400 Subject: [PATCH] UI with dependencies built --- ui/pom.xml | 41 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/ui/pom.xml b/ui/pom.xml index 77b9ced..aed87de 100644 --- a/ui/pom.xml +++ b/ui/pom.xml @@ -10,7 +10,46 @@ ui jar - + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + package + + single + + + + + + + org.basilevs.jstackfilter.ui.Application + + + + jar-with-dependencies + + + + + org.apache.maven.plugins + maven-jar-plugin + 3.3.0 + + + + org.basilevs.jstackfilter.ui.Application + + + + + + + org.basilevs.jstackfilter