mirror of https://github.com/apache/maven.git
[MNG-5158] Make loading of extensions from lib/ext more robust with regard to existence of ext directory
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1159520 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e49d091bc4
commit
f83b0bf199
|
@ -3,5 +3,5 @@ main is org.apache.maven.cli.MavenCli from plexus.core
|
|||
set maven.home default ${user.home}/m2
|
||||
|
||||
[plexus.core]
|
||||
load ${maven.home}/lib/ext/*.jar
|
||||
load ${maven.home}/lib/*.jar
|
||||
optionally ${maven.home}/lib/ext/*.jar
|
||||
load ${maven.home}/lib/*.jar
|
||||
|
|
Loading…
Reference in New Issue