Skip to content

Latest commit

 

History

History
120 lines (87 loc) · 7.36 KB

CHANGELOG.md

File metadata and controls

120 lines (87 loc) · 7.36 KB

3.0.1


2.1.1


2.1.0


  • Log current maven-color version in DEBUG (f43a0e4)
  • Activate/Deactivate color with style.color property (b37a7fa)

2.0.0


  • 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)

1.6.0


  • 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)

1.5.0


  • Disable coloring when logging output to file (1b471ac)
  • Display module name for plugin execution in Cyan (cbd5642)
  • Disable coloring in batch mode (e9697d5)

1.4.1


  • Revert Logback to v1.1.3 (03ebecb)

1.4


  • Disable colors for dumb terminal (65b7aec)

1.3


  • Remove log level for colored output (8702b0e)
  • Can disable coloring using property maven.color (481b9c2)

1.2


1.1


  • 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)

1.0


  • Relocate ASM classes view
  • Remove build warning about cross platform compatibility view

0.5


  • 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

0.4


  • Write messages in one statement. view

0.3


  • Make tests run on Windows. view
  • Do not use bright colors on Windows. view
  • Can turn-off colorization. view

0.2


  • 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

0.1


  • 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