From e9b60793af711bfd8ad53ad70d7327947fdee225 Mon Sep 17 00:00:00 2001 From: Michael7371 <40476797+Michael7371@users.noreply.github.com> Date: Mon, 23 Dec 2024 17:04:00 -0700 Subject: [PATCH] Combine GitHub Maven repositories to 1 wildcard repository to help with build times. --- .../jpo-deduplicator/settings.xml | 28 +------------------ 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/jpo-deduplicator/jpo-deduplicator/settings.xml b/jpo-deduplicator/jpo-deduplicator/settings.xml index eaee228..2a4f90b 100644 --- a/jpo-deduplicator/jpo-deduplicator/settings.xml +++ b/jpo-deduplicator/jpo-deduplicator/settings.xml @@ -9,16 +9,6 @@ jpo_deduplicator ${env.MAVEN_GITHUB_TOKEN} - - github_jpo_ode - jpo_deduplicator - ${env.MAVEN_GITHUB_TOKEN} - - - github_jpo_geojsonconverter - jpo_deduplicator - ${env.MAVEN_GITHUB_TOKEN} - @@ -27,23 +17,7 @@ github GitHub JPO Conflict Monitor - https://maven.pkg.github.com/${env.MAVEN_GITHUB_ORG}/jpo-conflictmonitor - - false - - - - github_jpo_ode - GitHub JPO ODE - https://maven.pkg.github.com/${env.MAVEN_GITHUB_ORG}/jpo-ode - - false - - - - github_jpo_geojsonconverter - GitHub JPO GeojsonConverter - https://maven.pkg.github.com/${env.MAVEN_GITHUB_ORG}/jpo-geojsonconverter + https://maven.pkg.github.com/${env.MAVEN_GITHUB_ORG}/* false