[
https://issues.apache.org/jira/browse/MSHARED-907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17127008#comment-17127008
]
Hudson commented on MSHARED-907:
--------------------------------
Build succeeded in Jenkins: Maven TLP » maven-script-interpreter » master #39
See
https://builds.apache.org/job/maven-box/job/maven-script-interpreter/job/master/39/
> Output build log from script to maven mojo log
> ----------------------------------------------
>
> Key: MSHARED-907
> URL: https://issues.apache.org/jira/browse/MSHARED-907
> Project: Maven Shared Components
> Issue Type: Improvement
> Components: maven-script-interpreter
> Reporter: Slawomir Jaranowski
> Assignee: Sylwester Lachiewicz
> Priority: Major
> Fix For: maven-script-interpreter-1.3
>
>
> 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:
> {code:java}
> PrintStream out = ( logger != null ) ? logger.getPrintStream() : null;
> result = interpreter.evaluateScript( script, classPath, globalVariables, out
> ); {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)