Skip to content
This repository has been archived by the owner on Sep 23, 2022. It is now read-only.

sidespin/m2e-chromatic

Repository files navigation

Eclipse Marketplace

M2E Chromatic

⚠️ This feature is now baked into m2e 2.x, therefore this repo is archived

Maven launch participant enabling colored output when the ANSI Escape in Console plugin is installed.

See bug 544307.

screen shot 2019-02-11 at 6 33 30 pm

Installation

M2E Chromatic is available in the Eclipse Marketplace. Drag to the following button to your running Eclipse workspace. (⚠ Requires the Eclipse Marketplace Client)

Drag to your running Eclipse* workspace. *Requires 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

Build

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

License

Licensed under the EPL-2.0.