[
https://issues.apache.org/jira/browse/MINVOKER-260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Leonid Gorshkov updated MINVOKER-260:
-------------------------------------
Description:
Logs from script interpreter should be shown not only in build.log file.
!problem.png!
See [org/apache/maven/plugins/invoker/AbstractInvokerMojo#runPostBuildHook |
https://github.com/apache/maven-invoker-plugin/blob/master/src/main/java/org/apache/maven/plugins/invoker/AbstractInvokerMojo.java#L2176]
and nested calls
was:
how to check:
For instance, print log in verify.groovy:
{code}println "Boom !!!!"{code}
This message will be shown if streamLogs=true and addTestClassPath=false, but
won't be shown if streamLogs=true and addTestClassPath=true
> Option streamLogs does not work properly when option addTestClassPath is
> enabled
> --------------------------------------------------------------------------------
>
> Key: MINVOKER-260
> URL: https://issues.apache.org/jira/browse/MINVOKER-260
> Project: Maven Invoker Plugin
> Issue Type: Bug
> Affects Versions: 3.0.1, 3.1.0
> Reporter: Leonid Gorshkov
> Priority: Major
> Attachments: problem.png
>
>
> Logs from script interpreter should be shown not only in build.log file.
> !problem.png!
> See [org/apache/maven/plugins/invoker/AbstractInvokerMojo#runPostBuildHook |
> https://github.com/apache/maven-invoker-plugin/blob/master/src/main/java/org/apache/maven/plugins/invoker/AbstractInvokerMojo.java#L2176]
> and nested calls
--
This message was sent by Atlassian Jira
(v8.3.4#803005)