From 201aca6d6728cdb7340afe10893a5eeddb206734 Mon Sep 17 00:00:00 2001 From: Hammy Date: Sun, 25 Jul 2021 20:01:22 +0100 Subject: [PATCH] Add intellij_forms dependency & dependency plugins This ensures that the Java swing application can be ran from the jar without missing dependencies and UI code --- pom.xml | 100 +++++++++++++++++++++++++++++--------------------------- 1 file changed, 51 insertions(+), 49 deletions(-) diff --git a/pom.xml b/pom.xml index 057539c..f166fea 100644 --- a/pom.xml +++ b/pom.xml @@ -6,13 +6,13 @@ me.goudham MyClipboard - 1.0-SNAPSHOT + 1.0 MyClipboard UTF-8 - 15 - 15 + 11 + 11 @@ -30,54 +30,56 @@ org.jetbrains annotations - RELEASE + 21.0.1 compile + + com.intellij + forms_rt + 7.0.3 + - - - - - - maven-clean-plugin - 3.1.0 - - - - maven-resources-plugin - 3.0.2 - - - maven-compiler-plugin - 3.8.0 - - - maven-surefire-plugin - 2.22.1 - - - maven-jar-plugin - 3.0.2 - - - maven-install-plugin - 2.5.2 - - - maven-deploy-plugin - 2.8.2 - - - - maven-site-plugin - 3.7.1 - - - maven-project-info-reports-plugin - 3.0.0 - - - - + + + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M5 + + + org.apache.maven.plugins + maven-jar-plugin + 2.4 + + + + true + me.goudham.Main + dependency-jars/ + + + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.5.1 + + + copy-dependencies + package + + copy-dependencies + + + + ${project.build.directory}/dependency-jars/ + + + + + + +