awesome! I'll focus on maven-shared-utils and see if we can do a release soon.
thanks, Robert On 21-1-2021 18:37:03, Guillaume Nodet <[email protected]> wrote: Hi everyone Yesterday, I've released Jansi 2.2.0 which incorporates a few bug fixes / enhancements. I pushed a few PRs to enhance the terminal support in Maven : * [MSHARED-973] Upgrade jansi to 2.2.0 * [MNG-6380] Option -Dstyle.color=always doesn't force color output * [MNG-6915] Add a helper method to get the terminal width * [MNG-7079] Upgrade to jansi 2.2.0 * [MNG-6915] Format help according to the terminal width * [MNG-7032] Evaluate --help and --version after configuring the logging/color * [MNG-7080] Add a --color option to simplify color support Some of those PRs are layered as we need to upgrade to Jansi 2.2.0 in maven-shared-utils and maven for some PRs. Also, most of them fail to pass the tests because they require a snapshot of maven-shared-utils. The upgrade to Jansi 2.2.0 also fix a bunch of additional issues like MNG-6755 , MNG-6719 Cheers, Guillaume Nodet
