From 71ce0b1829cb42db6ba26524892ab0c0f79ed24c Mon Sep 17 00:00:00 2001 From: Jianghao Lu Date: Wed, 19 Aug 2015 17:46:01 -0700 Subject: [PATCH] Add support for shade plugin --- azure/pom.xml | 44 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/azure/pom.xml b/azure/pom.xml index d5b3518505fb8..d05c57d3fef08 100644 --- a/azure/pom.xml +++ b/azure/pom.xml @@ -219,7 +219,6 @@ true - org.apache.maven.plugins maven-checkstyle-plugin @@ -322,6 +321,49 @@ + + + run-shade-plugin + + runShadePlugin + + + + + org.apache.maven.plugins + maven-shade-plugin + 2.4.1 + + + + + shade-plugin + package + + shade + + + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + + + + + + + + + + + + ../core/azure-core ../core/azure-core-test