Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions apache-maven/src/assembly/maven/bin/m2.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ set maven.conf default ${maven.home}/conf

[plexus.core]
load ${maven.conf}/logging
optionally ${maven.home}/lib/ext/redisson/*.jar
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!

optionally ${maven.home}/lib/ext/hazelcast/*.jar
optionally ${maven.home}/lib/ext/*.jar
load ${maven.home}/lib/*.jar
2 changes: 1 addition & 1 deletion apache-maven/src/assembly/maven/lib/ext/README.txt
Original file line number Diff line number Diff line change
@@ -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.
6 changes: 6 additions & 0 deletions apache-maven/src/assembly/maven/lib/ext/hazelcast/README.txt
Original file line number Diff line number Diff line change
@@ -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
6 changes: 6 additions & 0 deletions apache-maven/src/assembly/maven/lib/ext/redisson/README.txt
Original file line number Diff line number Diff line change
@@ -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