Created
July 6, 2021 19:23
-
-
Save jebeaudet/0f9a4ce31a155e6cfb50681205d2a9b2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat /usr/share/maven/bin/m2.conf | |
main is org.apache.maven.cli.MavenCli from plexus.core | |
set maven.conf default ${maven.home}/conf | |
[plexus.core] | |
load ${maven.conf}/logging | |
load ${maven.home}/lib/ext/redisson/*.jar | |
optionally ${maven.home}/lib/ext/*.jar | |
load ${maven.home}/lib/*.jar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment