It is a classpath per plugin. The class you're looking for is the DefaultBuildPluginManager[1]
Robert [1] https://github.com/apache/maven/blob/master/maven-core/src/main/java/org/apache/maven/plugin/DefaultBuildPluginManager.java On 11-4-2020 13:09:53, Elliotte Rusty Harold <[email protected]> wrote: When executing a Maven build are the various plugins--compiler plugin, release plugin, shade plugin, etc.--separated from each other in any way? That is, 1. Do they execute in separate processes? 2. Do they use separate class loaders? or do they all run together in the same process with the same classpath? -- Elliotte Rusty Harold [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
