You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/07/23 22:13:18 UTC

[maven] branch MNG-7520 created (now e2691a497)

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a change to branch MNG-7520
in repository https://gitbox.apache.org/repos/asf/maven.git


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

This branch includes the following new commits:

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

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven] 01/01: [MNG-7520] Simplify integration of Redisson and Hazelcast for Maven Resolver

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch MNG-7520
in repository https://gitbox.apache.org/repos/asf/maven.git

commit e2691a497112ed8cb0f99179c06014f18197bad1
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Jul 24 00:12:16 2022 +0200

    [MNG-7520] Simplify integration of Redisson and Hazelcast for Maven Resolver
    
    This closes #776
---
 apache-maven/src/assembly/maven/bin/m2.conf                  | 2 ++
 apache-maven/src/assembly/maven/lib/ext/README.txt           | 2 +-
 apache-maven/src/assembly/maven/lib/ext/hazelcast/README.txt | 5 +++++
 apache-maven/src/assembly/maven/lib/ext/redisson/README.txt  | 5 +++++
 4 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/apache-maven/src/assembly/maven/bin/m2.conf b/apache-maven/src/assembly/maven/bin/m2.conf
index 2235f820f..c44656832 100644
--- a/apache-maven/src/assembly/maven/bin/m2.conf
+++ b/apache-maven/src/assembly/maven/bin/m2.conf
@@ -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
diff --git a/apache-maven/src/assembly/maven/lib/ext/README.txt b/apache-maven/src/assembly/maven/lib/ext/README.txt
index 5ebe59eb3..ab7f12a71 100644
--- a/apache-maven/src/assembly/maven/lib/ext/README.txt
+++ b/apache-maven/src/assembly/maven/lib/ext/README.txt
@@ -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.
diff --git a/apache-maven/src/assembly/maven/lib/ext/hazelcast/README.txt b/apache-maven/src/assembly/maven/lib/ext/hazelcast/README.txt
new file mode 100644
index 000000000..7932c7586
--- /dev/null
+++ b/apache-maven/src/assembly/maven/lib/ext/hazelcast/README.txt
@@ -0,0 +1,5 @@
+This directory is intended to contain Hazelcast JARs for Maven Resolver Named Locks using Hazelcast.
+
+See here [1] on how to add necessary JARs.
+
+[1] https://maven.apache.org/resolver/maven-resolver-named-locks-hazelcast/index.html#installation-testing
diff --git a/apache-maven/src/assembly/maven/lib/ext/redisson/README.txt b/apache-maven/src/assembly/maven/lib/ext/redisson/README.txt
new file mode 100644
index 000000000..bfb335bc7
--- /dev/null
+++ b/apache-maven/src/assembly/maven/lib/ext/redisson/README.txt
@@ -0,0 +1,5 @@
+This directory is intended to contain Redisson JARs for Maven Resolver Named Locks using Redisson.
+
+See here [1] on how to add necessary JARs.
+
+[1] https://maven.apache.org/resolver/maven-resolver-named-locks-redisson/index.html#installation-testing