From b5a753d90adc2e921f6bf67a4f5dafa7440ebd40 Mon Sep 17 00:00:00 2001 From: David Turanski Date: Wed, 14 Oct 2020 11:18:58 -0400 Subject: [PATCH] Add Maven flatten plugin --- functions/pom.xml | 50 +++++++++++++++++++++++------------------------ 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/functions/pom.xml b/functions/pom.xml index 8cea7630..fe0379eb 100644 --- a/functions/pom.xml +++ b/functions/pom.xml @@ -119,31 +119,31 @@ - - - - - - - - - - - - - - - - - - - - - - - - - + + org.codehaus.mojo + flatten-maven-plugin + 1.2.5 + + true + resolveCiFriendliesOnly + + + + flatten + process-resources + + flatten + + + + flatten.clean + clean + + clean + + + + maven-javadoc-plugin