From 3cc9fa954bcb5737a614307126c2ed101ccfbe3e Mon Sep 17 00:00:00 2001 From: "C.T. Paterson" Date: Tue, 18 Sep 2018 15:37:05 -0400 Subject: Reintroduce uberjar build Change-Id: I9b4108caac30b6fbb81e47aa02ba9c694c397a91 Issue-ID: AAI-1547 Signed-off-by: C.T. Paterson --- project.clj | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'project.clj') diff --git a/project.clj b/project.clj index 1c917a2..19cb64c 100644 --- a/project.clj +++ b/project.clj @@ -62,6 +62,10 @@ {:executions ([:execution [:id "copy-dependencies"] [:goals ([:goal "copy-dependencies"])] [:phase "package"]])}] + [org.apache.maven.plugins/maven-shade-plugin "3.2.0" + {:executions ([:execution + [:phase "package"] + [:goals ([:goal "shade"])]])}] [org.sonatype.plugins/nexus-staging-maven-plugin "1.6.7" {:extensions true :configuration ([:nexusUrl "https://nexus.onap.org"] -- cgit 1.2.3-korg