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 --- onboarding/pom.xml | 33 +++++++++++++++++++++------------ 1 file changed, 21 insertions(+), 12 deletions(-) (limited to 'onboarding') diff --git a/onboarding/pom.xml b/onboarding/pom.xml index 9d2c5cb599..bbe52ac675 100644 --- a/onboarding/pom.xml +++ b/onboarding/pom.xml @@ -13,7 +13,7 @@ - ../openecomp-be/tools/build-helper + ../openecomp-be/tools/compile-helper-plugin ../common ../openecomp-be ../openecomp-ui @@ -24,16 +24,20 @@ 0.7.9 2.1 3.7.0 + 2.5 2.4 1.4.0 2.3.1 2.4 - 0.13.2 + 0.13.3 1.10 2.3 2.19.1 3.1.5 2.1.1 + 3.5.3 + 3.5.1 + 3.5.1 1.8 @@ -99,7 +103,8 @@ 1.5.3 6.9.10 4.4.1 - 2.0.1 + 2.0.1 + 0.3.0 0.3.0 0.3.2 @@ -169,16 +174,19 @@ org.apache.maven.plugins maven-clean-plugin - 2.5 + ${mvn.clean.version} true ${project.build.directory} - test-classes/**/*.class - pmd/** - maven-status/** + ${classes} + ${testClasses} + ${pmd} + ${mavenStatus} + ${customGeneratedSources} + build-data/** @@ -189,7 +197,7 @@ maven-surefire-plugin ${mvn.surefire.version} - 0 + ${fork.count} false true @@ -197,12 +205,13 @@ src/test/resources/logback-test.xml - ${project.basedir}/src/test/resources/config/Artifact-Generator.properties + + ${project.basedir}/src/test/resources/config/Artifact-Generator.properties + ${project.basedir}/configuration - - org.openecomp.sdc:build-helper - + ${useSystemClassLoader} + ${skipTestRun} -- cgit 1.2.3-korg