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 --- onboarding/pom.xml | 47 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) (limited to 'onboarding/pom.xml') diff --git a/onboarding/pom.xml b/onboarding/pom.xml index f2569a0649..afc452e3a1 100644 --- a/onboarding/pom.xml +++ b/onboarding/pom.xml @@ -22,7 +22,7 @@ 0.7.9 2.1 - 2.5.1 + 3.7.0 2.4 1.4.0 2.3.1 @@ -127,6 +127,8 @@ maven-pmd-plugin 3.8 + true + ${project.build.directory}/pmd/pmd.cache false true false @@ -163,7 +165,50 @@ + + org.apache.maven.plugins + maven-clean-plugin + 2.5 + + true + + + ${project.build.directory} + + test-classes/** + pmd/** + maven-status/** + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + ${mvn.surefire.version} + + 0 + true + + ${project.build.directory}/../src/test/resources + + + src/test/resources/logback-test.xml + ${project.basedir}/src/test/resources/config/Artifact-Generator.properties + ${project.basedir}/configuration + + + + + + src/test/resources + + **/* + + + -- cgit 1.2.3-korg