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 + + + + + +