From bc462e353ad91efce900a4bd19879a2e8496605e Mon Sep 17 00:00:00 2001 From: "C.T. Paterson" Date: Fri, 14 Sep 2018 14:24:08 -0400 Subject: Remove uberjar build to test pipeline Change-Id: I4e9861d2690d93447d44119894c6c858ee1d57c1 Issue-ID: AAI-1547 Signed-off-by: C.T. Paterson --- pom.xml | 15 +-------------- project.clj | 4 ---- 2 files changed, 1 insertion(+), 18 deletions(-) diff --git a/pom.xml b/pom.xml index 510c28b..0484b40 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ aai-chameleon - 220e170103ae5711addcfd84f597fc06a5e3aaca + 2d27954676842e1562c18ec28ca4fb8c13899cb4 src @@ -75,19 +75,6 @@ - - org.apache.maven.plugins - maven-shade-plugin - 3.2.0 - - - package - - shade - - - - org.sonatype.plugins nexus-staging-maven-plugin diff --git a/project.clj b/project.clj index ec8ef18..5b34b8e 100644 --- a/project.clj +++ b/project.clj @@ -64,10 +64,6 @@ {: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