From 0034ebd5174e6d40c17a8f206a4e1a5966f6dbbd Mon Sep 17 00:00:00 2001 From: hengsin Date: Thu, 25 Aug 2022 16:49:31 +0800 Subject: [PATCH] IDEMPIERE-5392 Maven Build: add flag to skip auto clean (#1453) * IDEMPIERE-5392 Maven Build: add flag to skip auto clean * IDEMPIERE-5392 Maven Build: add flag to skip auto clean - Add -DmaterializeProduct flag. Use -DmaterializeProduct=none to turn off part of org.idempiere.p2 build. - Add parallel execution setting for test. * IDEMPIERE-5392 Maven Build: add flag to skip auto clean - handle potential multi threaded conflict on context property * IDEMPIERE-5392 Maven Build: add flag to skip auto clean - Fix maven error/warning in Eclipse for maven-antrun-plugin --- org.idempiere.parent/pom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/org.idempiere.parent/pom.xml b/org.idempiere.parent/pom.xml index 9b4b67b62e..81f91ce390 100644 --- a/org.idempiere.parent/pom.xml +++ b/org.idempiere.parent/pom.xml @@ -182,6 +182,25 @@ + + + + org.apache.maven.plugins + + + maven-antrun-plugin + + + [1.8,) + + + run + + + + + +