javamavenmaven-invoker-plugin

How to access the console output of invoker integration test in post-build script?


I have a post-build script written in Groovy in my maven-invoker-plugin setup. How can I access the console output of an integration test in this script? I want to check that certain text has been printed.


Solution

  • The entire log is stored into the build.log file, which is placed in the logDirectory.