Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.2
-
None
Description
To enhance a stock Maven distro, 3rd parties can drop additional JARs into the distro's lib directory. If those JARs need to replace default components, the extension needs to be placed first on the classpath to ensure the Plexus container looks up the desired impl. Ensuring that the 3rd party JARs get loaded before the stock Maven JAR requires currently editing the m2.conf used to bootstrap Classworlds. To eliminate this last step, we can support a dedicated ext directory that gets loaded before the default JARs.
Attachments
Issue Links
- relates to
-
MNG-5158 Make loading of extensions from lib/ext more robust with regard to existence of ext directory
-
- Closed
-