From 5e18a272bec3f45ee41d967747bac1e2ecc53b46 Mon Sep 17 00:00:00 2001 From: JUEST4 Date: Thu, 12 Mar 2026 13:11:57 -0400 Subject: [PATCH] restored the jar with dependencies and runnable jar parts of the build. tested with corretto 25 --- pom.xml | 44 ++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 42 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 8c77b75..fd294be 100644 --- a/pom.xml +++ b/pom.xml @@ -339,8 +339,8 @@ maven-compiler-plugin 3.13.0 - 25 - 25 + 22 + 22 @@ -372,11 +372,51 @@ + edu.pitt.dbmi.causal.cmd.CausalCmdApplication true + + org.apache.maven.plugins + maven-assembly-plugin + 3.4.2 + + + package + + single + + + + + edu.pitt.dbmi.causal.cmd.CausalCmdApplication + true + + + + jar-with-dependencies + + + + + dist + package + + single + + + + src/assembly/filter.properties + + + src/assembly/distribution.xml + + + + + org.apache.maven.plugins maven-javadoc-plugin