You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/12/19 15:25:27 UTC

[maven-invoker-plugin] branch master updated (a46bf19 -> bfecb96)

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git.


    from a46bf19  [MINVOKER-272] use Java 7 Files.createTempDirectory(...) API
     add bfecb96  [MINVOKER-260] confirm streamLogs by IT tests

No new revisions were added by this update.

Summary of changes:
 .../pom.xml                                        | 10 ++---
 .../src/it/beanshell/pom.xml                       |  0
 .../src/it/beanshell/setup.bsh                     |  2 +
 .../src/it/groovy/pom.xml                          |  0
 .../src/it/groovy/setup.groovy                     |  5 ++-
 src/it/script-streamLogs-false/verify.groovy       | 50 ++++++++++++++++++++++
 .../pom.xml                                        | 10 ++---
 .../src/it/beanshell/pom.xml                       |  0
 .../src/it/beanshell/setup.bsh                     |  2 +
 .../src/it/groovy/pom.xml                          |  0
 .../src/it/groovy/setup.groovy                     |  5 ++-
 src/it/script-streamLogs-true/verify.groovy        | 49 +++++++++++++++++++++
 12 files changed, 119 insertions(+), 14 deletions(-)
 copy src/it/{script-context => script-streamLogs-false}/pom.xml (89%)
 copy src/it/{script-interpreter-detection => script-streamLogs-false}/src/it/beanshell/pom.xml (100%)
 copy src/it/{script-errors => script-streamLogs-false}/src/it/beanshell/setup.bsh (95%)
 copy src/it/{script-interpreter-detection => script-streamLogs-false}/src/it/groovy/pom.xml (100%)
 copy src/it/{script-errors => script-streamLogs-false}/src/it/groovy/setup.groovy (87%)
 create mode 100644 src/it/script-streamLogs-false/verify.groovy
 copy src/it/{script-context => script-streamLogs-true}/pom.xml (89%)
 copy src/it/{script-interpreter-detection => script-streamLogs-true}/src/it/beanshell/pom.xml (100%)
 copy src/it/{script-errors => script-streamLogs-true}/src/it/beanshell/setup.bsh (95%)
 copy src/it/{script-interpreter-detection => script-streamLogs-true}/src/it/groovy/pom.xml (100%)
 copy src/it/{script-errors => script-streamLogs-true}/src/it/groovy/setup.groovy (87%)
 create mode 100644 src/it/script-streamLogs-true/verify.groovy