For a future version, I suggest making useMavenLogger default to true. My personal motivation is that with maven 4, the exec plugin's stdout will be buffered until the end of execution. That makes them appear out-of-order, which is confusing. See apache/maven#12199 for an example and some more details.
For a future version, I suggest making
useMavenLoggerdefault totrue. My personal motivation is that with maven 4, the exec plugin's stdout will be buffered until the end of execution. That makes them appear out-of-order, which is confusing. See apache/maven#12199 for an example and some more details.