[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:
Benjamin Bentmann 2011-08-19 07:27:11 +00:00
parent e49d091bc4
commit f83b0bf199
1 changed files with 2 additions and 2 deletions

View File

@ -3,5 +3,5 @@ main is org.apache.maven.cli.MavenCli from plexus.core
set maven.home default ${user.home}/m2 set maven.home default ${user.home}/m2
[plexus.core] [plexus.core]
load ${maven.home}/lib/ext/*.jar optionally ${maven.home}/lib/ext/*.jar
load ${maven.home}/lib/*.jar load ${maven.home}/lib/*.jar