From 9a699253cf15450615b3df93ed38a492cbd33d3f Mon Sep 17 00:00:00 2001 From: shrikantawachar Date: Fri, 6 Apr 2018 11:07:00 +0530 Subject: Reducing onboarding backend maven build time Reducing onboarding backend maven build time Change-Id: I3fe5f8d6d9b21591018243d16809451c6b8c2d14 Issue-ID: SDC-1189 Signed-off-by: shrikantawachar --- .../action-library-rest-services/pom.xml | 22 ---------------------- .../onboarding-rest-war/pom.xml | 20 -------------------- .../validation-rest-services/pom.xml | 20 -------------------- .../vendor-license-rest-services/pom.xml | 9 +-------- .../vendor-software-products-rest-services/pom.xml | 20 +------------------- 5 files changed, 2 insertions(+), 89 deletions(-) (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp') diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/pom.xml index b275c1a3d0..1a5360f6e0 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/pom.xml @@ -116,26 +116,4 @@ - - - - org.apache.maven.plugins - maven-surefire-plugin - - - test/core/unittest/offline/** - - - - - - - - - - - diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml index be85dc579d..b95f0715ab 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/pom.xml @@ -191,26 +191,6 @@ - - org.apache.maven.plugins - maven-compiler-plugin - - - - org.apache.maven.plugins - maven-surefire-plugin - - - test/core/unittest/offline/** - - - - buildNumber - ${buildNumber} - - - - maven-war-plugin ${mvn.war.version} diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/validation-rest/validation-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/validation-rest/validation-rest-services/pom.xml index 5da8179240..c336b27490 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/validation-rest/validation-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/validation-rest/validation-rest-services/pom.xml @@ -121,24 +121,4 @@ - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - test/core/unittest/offline/** - - - - - - - - diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-services/pom.xml index 7934900e5d..430fcea705 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-license-rest/vendor-license-rest-services/pom.xml @@ -113,14 +113,7 @@ - - - - org.apache.maven.plugins - maven-surefire-plugin - - - + diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vendor-software-products-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vendor-software-products-rest-services/pom.xml index 0d67b1b1ec..e54e34bdde 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vendor-software-products-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/vendor-software-products-rest/vendor-software-products-rest-services/pom.xml @@ -130,23 +130,5 @@ - - - - org.apache.maven.plugins - maven-surefire-plugin - - - test/core/unittest/offline/** - - - - - - - - + -- cgit 1.2.3-korg