From 7ac60b62f989fdc5f3c9bbd4b1473b0cc124ac32 Mon Sep 17 00:00:00 2001 From: Komal Yadav Date: Mon, 27 Oct 2025 08:33:15 +0000 Subject: [PATCH] Updated configuration for oss exit gate --- pom.xml | 52 +++++++++++++++++++++------------------------------- 1 file changed, 21 insertions(+), 31 deletions(-) diff --git a/pom.xml b/pom.xml index caef909..7b04ca5 100644 --- a/pom.xml +++ b/pom.xml @@ -70,10 +70,10 @@ - sonatype-snapshots - https://central.sonatype.com/repository/maven-snapshots + artifact-registry + artifactregistry:us-maven.pkg.dev/oss-exit-gate-prod/cloud-data-fusion--mavencentral - false + true true @@ -81,6 +81,17 @@ + + + artifact-registry + artifactregistry://us-maven.pkg.dev/oss-exit-gate-prod/cloud-data-fusion--mavencentral + + + artifact-registry + artifactregistry://us-maven.pkg.dev/oss-exit-gate-prod/cloud-data-fusion--mavencentral + + + io.debezium @@ -116,6 +127,13 @@ + + + com.google.cloud.artifactregistry + artifactregistry-maven-wagon + 2.2.5 + + ${testSourceLocation} @@ -380,34 +398,6 @@ - - - org.apache.maven.plugins - maven-gpg-plugin - 1.5 - - ${gpg.passphrase} - ${gpg.useagent} - - - - - sign - - - - - - org.sonatype.central - central-publishing-maven-plugin - 0.8.0 - true - - sonatype.release - false - true - -