- Log current maven-color version in DEBUG (f43a0e4)
- Activate/Deactivate color with style.color property (b37a7fa)
- Install Jansi to have color on Windows (d544e93)
- Restore Bright colors on Windows (9ba7d7b)
- Drop support of Log4j 2 and Logback providers (7bc2718)
- Can use gossip provider with any Maven version >= 3.1 (cc6e804)
- Support SLF4J Gossip Provider (Maven 3.5.0) (fb22ab0)
- Use maven toolchain when building with Travis CI (9704258)
- Make log level display configurable (e996927)
- Upgrade Vagrant configuration for Windows box (3e1c159)
- Do not disable coloring when arguments contains -l (a3caebf)
- Disable coloring when logging output to file (1b471ac)
- Display module name for plugin execution in Cyan (cbd5642)
- Disable coloring in batch mode (e9697d5)
- Revert Logback to v1.1.3 (03ebecb)
- Disable colors for dumb terminal (65b7aec)
- Remove log level for colored output (8702b0e)
- Can disable coloring using property maven.color (481b9c2)
- Prevent warning when Jansi fails to create WindowsAnsiOutputStream (a377797)
- Use Jansi with Logback when windows terminal is msys (f763ab5)
- Do not create a top directory in archives (88c8ec2)
- Upgrade Log4j 2 to version 2.0-beta8 (91a2c67)
- Remove errors under Windows with unix terminal using Logback view
- Build a Windows box with Vagrant for testing view
- Move the 3.1.x section on top to fix issue #4 view
- Clarify javaagent configuration. view
- Write messages in one statement. view
- Make tests run on Windows. view
- Do not use bright colors on Windows. view
- Can turn-off colorization. view
- Display module header in Cyan. view
- Set bold style to plugin execution start message. view
- Add a log4j2 module for Maven 3.1.0. view
- Add a logback module for Maven 3.1.0. view
- Print 'SKIPPED' module in yellow in reactor summary. view
- Can disable maven color using property 'maven.color' (-Dmaven.color=false). view
- Replace OutputConsumer for maven-surefire 2.3. view
- Create a maven-surefire OutputConsumer implementation using Jansi. view
- Enable maven-surefire-plugin logger replacement for version 2.9. view
- Replace maven-surefire logger. view
- Create a maven-surefire logger implementation using Jansi. view
- Colorize build status messages. view
- Create a javaagent to change Maven logger implementation. view
- Create a Logger implementation using Jansi. view