From f685724b0be6fd5259d35645b1a0eafd0044f2f9 Mon Sep 17 00:00:00 2001 From: Cole Landers Date: Thu, 21 Dec 2023 08:57:09 -0600 Subject: [PATCH] updated pom.xml --- pom.xml | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7cb0b36..55277bb 100644 --- a/pom.xml +++ b/pom.xml @@ -31,6 +31,11 @@ javafx-controls 21 + + org.apache.maven.plugins + maven-shade-plugin + 3.5.1 + @@ -40,9 +45,28 @@ javafx-maven-plugin 0.0.8 - App + dev.clanders.weatherapp.App + + maven-shade-plugin + 3.5.1 + + + package + + shade + + + + + dev.clanders.weatherapp.App + + + + + +