aboutsummaryrefslogtreecommitdiffstats
path: root/project.clj
diff options
context:
space:
mode:
Diffstat (limited to 'project.clj')
-rw-r--r--project.clj4
1 files changed, 4 insertions, 0 deletions
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"]