Maven launch participant enabling colored output when the ANSI Escape in Console plugin is installed.
See bug 544307.
M2E Chromatic is available in the Eclipse Marketplace. Drag to the following button to your running Eclipse workspace. (⚠ Requires the Eclipse Marketplace Client)
Alternatively, in Eclipse:
- open Help > Install New Software...
- work with:
https://sidespin.github.io/m2e-chromatic/update/
- expand the category and select the JRE Discovery Feature
- proceed with the installation
- restart Eclipse
Requires Java 11 to build (but Java 1.8 to run).
Open a terminal and execute the following command:
- On Linux/Mac:
./mvnw clean verify
- On Windows:
mvnw.cmd clean verify
You can then install the generated update site from m2e.chromatic.site/target/repository
Licensed under the EPL-2.0.