From f9503e65be92440f69ef1ffe7746bf061772bafc Mon Sep 17 00:00:00 2001 From: Gabriel Roldan Date: Mon, 15 Jan 2024 19:47:48 -0300 Subject: [PATCH] Declare separate georchestra maven repo for releases and snapshots A single repository declaration for both releases and snapshots forbids adding a local nexus mirror, despite georchestras artifactory being a single mirror for both types of dependencies. --- pom.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a44c4d29..3e85b0cc 100644 --- a/pom.xml +++ b/pom.xml @@ -91,12 +91,22 @@ always ignore + + false + + georchestra + https://artifactory.georchestra.org/artifactory/maven + + + + false + true always ignore - georchestra + georchestra-snapshots https://artifactory.georchestra.org/artifactory/maven