From 2550539495bd7d6431022dbc38e6e1915d4a06bb Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Tue, 17 Feb 2015 18:54:57 -0800 Subject: [PATCH] added shade plugin to properly include service descriptions --- modules/swagger-codegen-distribution/pom.xml | 23 +++++++++++++------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/modules/swagger-codegen-distribution/pom.xml b/modules/swagger-codegen-distribution/pom.xml index dc2a20f56a5..8b8ae9885c7 100644 --- a/modules/swagger-codegen-distribution/pom.xml +++ b/modules/swagger-codegen-distribution/pom.xml @@ -41,14 +41,21 @@ org.apache.maven.plugins - maven-jar-plugin - - - - com.wordnik.swagger.codegen.Codegen - - - + maven-shade-plugin + 2.3 + + + package + + shade + + + + + + + +