From 6bb4aa2c5ddc47ed2c8ffa03844f10b3482d1fcc Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Fri, 6 Apr 2018 10:26:18 -0400 Subject: Set spotify skip Because the spotify plugin is invoked in a module pom but the trigger mvn is called on the repo (parent) pom, we need to include the spotify plugin in parent pom but config to skip, and in module pom where it is actually used "not to skip". Issue-ID: DCAEGEN2-206 Change-Id: Id0ceb48b03f343645aed4011103a3fb2af0076b6 Signed-off-by: Lusheng Ji --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 142ae737..a48f5386 100644 --- a/pom.xml +++ b/pom.xml @@ -308,6 +308,15 @@ maven-surefire-report-plugin 2.21.0 + + + com.spotify + docker-maven-plugin + 0.4.11 + + true + + -- cgit 1.2.3-korg