From c01bbc7df8d89c6b0b5b3e7f53b541c4575ed119 Mon Sep 17 00:00:00 2001 From: Stephanie Wang Date: Fri, 3 Apr 2020 20:10:53 -0400 Subject: [PATCH] feat: add flatten plugin (#117) * feat: add samples module * feat: add samples module to bqstorage * pom changes * add flattened pom * add flattened pom add plugin config info * update flattened pom exclude section using pomElements * remove maven-dependency-plugin version * integrate multi-module samples module * add flatten plugin * remove flattened pom from repo * update flatten version * update samples snapshot version in pom * fix deploy issue * restore samples poms to pre-testing --- google-cloud-bigquerystorage/pom.xml | 4 ++ pom.xml | 71 ++++++++++++++++++++++++++++ 2 files changed, 75 insertions(+) diff --git a/google-cloud-bigquerystorage/pom.xml b/google-cloud-bigquerystorage/pom.xml index b231610c3d..04b4d7bae4 100644 --- a/google-cloud-bigquerystorage/pom.xml +++ b/google-cloud-bigquerystorage/pom.xml @@ -40,6 +40,10 @@ + + org.codehaus.mojo + flatten-maven-plugin + diff --git a/pom.xml b/pom.xml index 55339ea7c6..f09e1caf6c 100644 --- a/pom.xml +++ b/pom.xml @@ -241,8 +241,79 @@ org.objenesis:objenesis + + + + org.codehaus.mojo + flatten-maven-plugin + 1.2.2 + + + + flatten + process-resources + + flatten + + + + + flatten.clean + clean + + clean + + + + + oss + all + + remove + + + + + + + + org.apache.maven.plugins + maven-enforcer-plugin + 3.0.0-M3 + + + enforce-ban-duplicate-classes + + enforce + + + + + + + compile + provided + + true + true + + + + true + + + + + + org.codehaus.mojo + extra-enforcer-rules + 1.2 + + + +