You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/08/01 12:51:00 UTC

[jira] [Commented] (MNG-7520) Simplify integration of Redisson and Hazelcast for Maven Resolver

    [ https://issues.apache.org/jira/browse/MNG-7520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17573745#comment-17573745 ] 

ASF GitHub Bot commented on MNG-7520:
-------------------------------------

jebeaudet commented on code in PR #776:
URL: https://github.com/apache/maven/pull/776#discussion_r934490145


##########
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.

Review Comment:
   would it be worth it to add a link to redisson/hazelcast github?



##########
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

Review Comment:
   nice!





> Simplify integration of Redisson and Hazelcast for Maven Resolver
> -----------------------------------------------------------------
>
>                 Key: MNG-7520
>                 URL: https://issues.apache.org/jira/browse/MNG-7520
>             Project: Maven
>          Issue Type: Improvement
>          Components: Artifacts and Repositories, Dependencies
>            Reporter: Michael Osipov
>            Assignee: Michael Osipov
>            Priority: Major
>             Fix For: 3.9.0, 4.0.0-alpha-1, 4.0.0
>
>
> Currently, to integrate Redisson or Hazelcast into Maven for distributed locking you need to create directories and modify {{m2.conf}}. We can make life easier by pre-creating them in the distribution.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)