From 05d567e36e8fc0eb41d0f3c0373a469dedcd405b Mon Sep 17 00:00:00 2001 From: Graham Date: Sat, 5 Oct 2019 15:44:48 +0100 Subject: [PATCH] Add This fixes the versions plugin on machines without a populated ~/.m2/repository cache - the versions plugin seems to resolve the version-rules dependency using the plugin repositories, not the standard repositories. --- pom.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/pom.xml b/pom.xml index 2f9ea83..6a49569 100644 --- a/pom.xml +++ b/pom.xml @@ -77,6 +77,31 @@ + + + openrs2 + OpenRS2 + https://repo.openrs2.dev/repository/openrs2/ + + true + never + + + false + + + + openrs2-snapshots + OpenRS2 Snapshots + https://repo.openrs2.dev/repository/openrs2-snapshots/ + + false + + + true + + +