Class EmbeddedMavenExecutor


  • public class EmbeddedMavenExecutor
    extends BuildExecutor
    A BuildExecutor that executes within the current process. Uses reflection to avoid build time dependencies, so assume usage within a maven plugin or some equivalent that sets up the thread context ClassLoader correctly.