From 0ebace5621e54b8102b0371f0500340adedf7f75 Mon Sep 17 00:00:00 2001 From: shrikantawachar Date: Mon, 9 Apr 2018 13:03:56 +0530 Subject: Reducing onboarding backend maven build time Reducing onboarding backend maven build time Change-Id: I4ed6192bd5f9e75912057eacd921a04a943da992 Issue-ID: SDC-1189 Signed-off-by: shrikantawachar --- onboarding/pom.xml | 1 + pom.xml | 2 +- ui-ci/pom.xml | 50 +++++++++++++++++++++++++++++++++++++++++++++++--- 3 files changed, 49 insertions(+), 4 deletions(-) diff --git a/onboarding/pom.xml b/onboarding/pom.xml index afc452e3a1..08f2c92c34 100644 --- a/onboarding/pom.xml +++ b/onboarding/pom.xml @@ -189,6 +189,7 @@ ${mvn.surefire.version} 0 + false true ${project.build.directory}/../src/test/resources diff --git a/pom.xml b/pom.xml index d1104a16fd..348ffcc4e9 100644 --- a/pom.xml +++ b/pom.xml @@ -383,6 +383,7 @@ build-tools + onboarding security-utils common-app-api common-be @@ -396,7 +397,6 @@ ui-ci sdc-os-chef utils/webseal-simulator - onboarding diff --git a/ui-ci/pom.xml b/ui-ci/pom.xml index e2508d152f..b0e13f14aa 100644 --- a/ui-ci/pom.xml +++ b/ui-ci/pom.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 @@ -232,7 +232,7 @@ net.lightbody.bmp - browsermob-core 2.1.4 @@ -305,6 +305,49 @@ + org.apache.maven.plugins + maven-dependency-plugin + 3.1.0 + + + unpack-dependencies + package + + unpack-dependencies + + + true + ${project.build.directory}/classes + true + true + true + + + + + + org.apache.maven.plugins + maven-jar-plugin + 3.0.2 + + + package + + jar + + + + + false + org.openecomp.sdc.ci.tests.execute.setup.SetupCDTest + + + jar-with-dependencies + + + + + + -- cgit 1.2.3-korg