Class | Description |
---|---|
AntClassLoader |
Used to load classes within ant with a different classpath from
that used to start ant.
|
AntWithFindResourceClassLoader |
As of 1.8.0,
AntClassLoader doesn't implement AntWithFindResourceClassLoader.findResource(String)
in any meaningful way, which breaks fast lookup. |
PluginFirstClassLoader |
classLoader which use first /WEB-INF/lib/*.jar and /WEB-INF/classes before core classLoader
you must use the pluginFirstClassLoader true in the maven-hpi-plugin
|