Class ForkedMavenExecutor

java.lang.Object
org.apache.maven.cling.executor.forked.ForkedMavenExecutor
All Implemented Interfaces:
AutoCloseable, Executor

public class ForkedMavenExecutor extends Object implements Executor
Forked executor implementation, that spawns a subprocess with Maven from the installation directory. Very costly but provides the best isolation.
  • Field Details

    • useMavenArgsEnv

      protected final boolean useMavenArgsEnv
  • Constructor Details

    • ForkedMavenExecutor

      public ForkedMavenExecutor()
    • ForkedMavenExecutor

      public ForkedMavenExecutor(boolean useMavenArgsEnv)
  • Method Details