From 04cb9e6583e1924ef5f529e3278118229a07f2ab Mon Sep 17 00:00:00 2001 From: Piotr Findeisen Date: Thu, 17 Mar 2022 11:51:54 +0100 Subject: [PATCH] Move iceberg maven configuration out of profiles `default` profile is not active when other profile is activated, and enforcer's and duplicate-finder's configuration should always apply. --- plugin/trino-iceberg/pom.xml | 67 ++++++++++++++++-------------------- 1 file changed, 30 insertions(+), 37 deletions(-) diff --git a/plugin/trino-iceberg/pom.xml b/plugin/trino-iceberg/pom.xml index 9af2e2c8cb22..137c78bf724e 100644 --- a/plugin/trino-iceberg/pom.xml +++ b/plugin/trino-iceberg/pom.xml @@ -326,6 +326,36 @@ + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + + + com.google.guava:guava + + + + + + + + org.basepom.maven + duplicate-finder-maven-plugin + + + + mime.types + about.html + + + + + + default @@ -347,32 +377,6 @@ - - - org.apache.maven.plugins - maven-enforcer-plugin - - - - - com.google.guava:guava - - - - - - - - org.basepom.maven - duplicate-finder-maven-plugin - - - - mime.types - about.html - - - @@ -412,17 +416,6 @@ - - org.basepom.maven - duplicate-finder-maven-plugin - - - - mime.types - about.html - - -