From 3de22e1c6c2711072ce996335e7250445a39d320 Mon Sep 17 00:00:00 2001 From: Gautam Shah Date: Sat, 21 Apr 2018 16:18:37 +0530 Subject: Reducing onboarding backend maven build time Reducing onboarding backend maven build time Change-Id: Id0178cbf010e46f741f4bff11e14b0801f14d4b8 Issue-ID: SDC-1189 Signed-off-by: GAUTAMS --- .../openecomp-sdc-artifact-generator-api/pom.xml | 27 ++++++---------------- 1 file changed, 7 insertions(+), 20 deletions(-) (limited to 'common/openecomp-sdc-artifact-generator-lib/openecomp-sdc-artifact-generator-api/pom.xml') diff --git a/common/openecomp-sdc-artifact-generator-lib/openecomp-sdc-artifact-generator-api/pom.xml b/common/openecomp-sdc-artifact-generator-lib/openecomp-sdc-artifact-generator-api/pom.xml index 22a518aa36..ca8f6f8792 100644 --- a/common/openecomp-sdc-artifact-generator-lib/openecomp-sdc-artifact-generator-api/pom.xml +++ b/common/openecomp-sdc-artifact-generator-lib/openecomp-sdc-artifact-generator-api/pom.xml @@ -61,24 +61,6 @@ reflections ${org.reflections.version} - - org.testng - testng - test - 6.8.5 - - - snakeyaml - org.yaml - - - - - junit - junit - test - ${junit.version} - @@ -86,7 +68,7 @@ org.jvnet.jaxb2.maven2 maven-jaxb2-plugin - ${mvn.jaxb2.version} + ${mvn.jaxb2.version} generate-sources @@ -98,7 +80,12 @@ src/main/resources org.openecomp.sdc.generator.aai.xml - target/generated-sources/aai/xml + target/generated-sources/custom/aai/xml + false + true + false + false + false aai_schema_v11.xsd -- cgit 1.2.3-korg