mirror of https://github.com/apache/maven.git
[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:
parent
631f1c7611
commit
e296400fa5
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue