From 2e52deffca96d302f24ceb1588dead731c8f4d09 Mon Sep 17 00:00:00 2001 From: Lubos Racansky Date: Wed, 1 Nov 2023 08:30:30 +0100 Subject: [PATCH] Add internal repository configuration --- pom.xml | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/pom.xml b/pom.xml index 7e28da9..2f287af 100644 --- a/pom.xml +++ b/pom.xml @@ -270,6 +270,66 @@ + + internal-repository + + + useInternalRepo + true + + + + + + + jfrog-central + Wultra Artifactory-releases + https://wultra.jfrog.io/artifactory/internal-maven-repository + + + jfrog-central + Wultra Artifactory-snapshots + https://wultra.jfrog.io/artifactory/internal-maven-repository + + + + + jfrog-central + Wultra Artifactory-releases + https://wultra.jfrog.io/artifactory/internal-maven-repository + + + ossrh-snapshots + https://oss.sonatype.org/content/repositories/snapshots/ + + false + + + true + + + + + + public-repository + + + !useInternalRepo + + + + + + + ossrh-snapshots-distribution + https://s01.oss.sonatype.org/content/repositories/snapshots/ + + + ossrh-staging-distribution + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + + +