[MNG-7520] Simplify integration of Redisson and Hazelcast for Maven Resolver

Co-authored-by: Jacques-Etienne Beaudet <jebeaudet@gmail.com>

This closes #776
This commit is contained in:
Michael Osipov 2022-07-24 00:12:16 +02:00
parent 631f1c7611
commit e296400fa5
4 changed files with 15 additions and 1 deletions

View File

@ -4,5 +4,7 @@ set maven.conf default ${maven.home}/conf
[plexus.core]
load ${maven.conf}/logging
optionally ${maven.home}/lib/ext/redisson/*.jar
optionally ${maven.home}/lib/ext/hazelcast/*.jar
optionally ${maven.home}/lib/ext/*.jar
load ${maven.home}/lib/*.jar

View File

@ -1,2 +1,2 @@
Use this directory to contribute 3rd-party extensions to the Maven core. These extensions can either extend or override
Use this directory to add third party extensions to Maven Core. These extensions can either extend or override
Maven's default implementation.

View File

@ -0,0 +1,6 @@
This directory is intended to contain Hazelcast [1] JARs for Maven Resolver Named Locks using Hazelcast.
See here [2] on how to add necessary JARs.
[1] https://github.com/hazelcast/hazelcast
[2] https://maven.apache.org/resolver/maven-resolver-named-locks-hazelcast/index.html#installation-testing

View File

@ -0,0 +1,6 @@
This directory is intended to contain Redisson [1] JARs for Maven Resolver Named Locks using Redisson.
See here [2] on how to add necessary JARs.
[1] https://github.com/redisson/redisson
[2] https://maven.apache.org/resolver/maven-resolver-named-locks-redisson/index.html#installation-testing