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.
The entire log is stored into the build.log
file, which is placed in the logDirectory
.