Uploaded image for project: 'Maven Shared Components'
  1. Maven Shared Components
  2. MSHARED-907

Output build log from script to maven mojo log

    XMLWordPrintableJSON

Details

    Description

      Currently only PrintStream from ExecutionLogger is propagated to interpreter.

      Even we have mojo log in ExecutionLogger it is not used for logging.

      In ScriptRunner we have:

      PrintStream out = ( logger != null ) ? logger.getPrintStream() : null;
      
      result = interpreter.evaluateScript( script, classPath, globalVariables, out ); 

      Attachments

        Issue Links

          Activity

            People

              slachiewicz Sylwester Lachiewicz
              sjaranowski Slawomir Jaranowski
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: