You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by cs...@apache.org on 2023/02/24 11:25:06 UTC

[maven-resolver] branch master updated: Update Named Locks w/ Redisson documentation (#254)

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

cstamas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git


The following commit(s) were added to refs/heads/master by this push:
     new c6d88a0e Update Named Locks w/ Redisson documentation (#254)
c6d88a0e is described below

commit c6d88a0e469236ee46405e410d4ec68ebfe3f918
Author: Jacques-Etienne Beaudet <je...@gmail.com>
AuthorDate: Fri Feb 24 06:25:01 2023 -0500

    Update Named Locks w/ Redisson documentation (#254)
    
    This is not required anymore since https://github.com/apache/maven/pull/776
---
 maven-resolver-named-locks-redisson/src/site/markdown/index.md.vm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/maven-resolver-named-locks-redisson/src/site/markdown/index.md.vm b/maven-resolver-named-locks-redisson/src/site/markdown/index.md.vm
index af1d37e6..43ad2e84 100644
--- a/maven-resolver-named-locks-redisson/src/site/markdown/index.md.vm
+++ b/maven-resolver-named-locks-redisson/src/site/markdown/index.md.vm
@@ -52,8 +52,6 @@ ${esc.hash}${esc.hash} Installation/Testing
 #set( $snakeyamlVersion = "1.31" )
 
 - Create the directory `${maven.home}/lib/ext/redisson/`.
-- Modify `${maven.home}/bin/m2.conf` by adding `load ${maven.home}/lib/ext/redisson/*.jar`
-  right after the `${maven.conf}/logging` line.
 - Copy the following dependencies from Maven Central to `${maven.home}/lib/ext/redisson/`:
   <pre class="source">
   ├── <a href="https://repo1.maven.org/maven2/org/apache/maven/resolver/${project.artifactId}/${project.version}/${project.artifactId}-${project.version}.jar">${project.artifactId}-${project.version}.jar</a>