Internationalization Cookbook
This is my personal blog. The views expressed on these pages are mine alone and not those of my employer.

Posts Tagged ‘maven’

Force maven “Run Configurations” to show colors

This is not needed starting with Eclipse 2022-09 (4.25) From Eclipse 2022-09 the official Eclipse Console supports ANSI escape sequences:https://www.eclipse.org/eclipse/news/4.25/platform.php#debug-ansi-support. And the maven support was updated to take advantage of that functionality. Once per Eclipse workspace: add an external maven installation From “Preferences” go to “Maven” → “Installations” and click the “Add” button. Make sure […]