Class ForkedMavenExecutor

    • Field Detail

      • commandLineFactory

        @Requirement
        private CommandLineFactory commandLineFactory
        Command line factory.
    • Constructor Detail

      • ForkedMavenExecutor

        public ForkedMavenExecutor()
    • Method Detail

      • setCommandLineFactory

        public void setCommandLineFactory​(CommandLineFactory commandLineFactory)
      • executeCommandLine

        public static int executeCommandLine​(org.codehaus.plexus.util.cli.Commandline cl,
                                             java.io.InputStream systemIn,
                                             java.io.OutputStream systemOut,
                                             java.io.OutputStream systemErr)
                                      throws org.codehaus.plexus.util.cli.CommandLineException
        Throws:
        org.codehaus.plexus.util.cli.CommandLineException