From d4cde7ae159c9007ab9f7deb47d569b89f852a9f Mon Sep 17 00:00:00 2001 From: Jan Was Date: Mon, 21 Feb 2022 11:51:50 +0100 Subject: [PATCH] Define additional repos only in submodules using them By moving rarely used custom repositories to modules where they're actually used, this is supposed to avoid hitting them for every artifact. --- plugin/trino-kafka/pom.xml | 10 ++++++++++ plugin/trino-pinot/pom.xml | 10 ++++++++++ pom.xml | 10 ---------- testing/trino-product-tests/pom.xml | 10 ++++++++++ 4 files changed, 30 insertions(+), 10 deletions(-) diff --git a/plugin/trino-kafka/pom.xml b/plugin/trino-kafka/pom.xml index 654d9b849b808..c6d5e0cda7b26 100644 --- a/plugin/trino-kafka/pom.xml +++ b/plugin/trino-kafka/pom.xml @@ -17,6 +17,16 @@ ${project.parent.basedir} + + + confluent + https://packages.confluent.io/maven/ + + false + + + + io.trino diff --git a/plugin/trino-pinot/pom.xml b/plugin/trino-pinot/pom.xml index 2380b35fb0e95..1e796b4157a75 100755 --- a/plugin/trino-pinot/pom.xml +++ b/plugin/trino-pinot/pom.xml @@ -17,6 +17,16 @@ 0.8.0 + + + confluent + https://packages.confluent.io/maven/ + + false + + + + diff --git a/pom.xml b/pom.xml index 26101248ff90a..526607fbf8fb3 100644 --- a/pom.xml +++ b/pom.xml @@ -168,16 +168,6 @@ testing/trino-tests - - - confluent - https://packages.confluent.io/maven/ - - false - - - - diff --git a/testing/trino-product-tests/pom.xml b/testing/trino-product-tests/pom.xml index b6413495e470d..6209bde3f3bba 100644 --- a/testing/trino-product-tests/pom.xml +++ b/testing/trino-product-tests/pom.xml @@ -18,6 +18,16 @@ true + + + confluent + https://packages.confluent.io/maven/ + + false + + + + io.trino