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