[
https://issues.apache.org/jira/browse/MPH-122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16074087#comment-16074087
]
Guillaume Boué commented on MPH-122:
------------------------------------
There needs to be a method in Maven Shared Utils to display all possible
colors. What about having {{List<String> getAvailableColorNames()}} in
{{MessageUtils}} so that the plugin does not depend on Jansi?
{{org.apache.maven.shared.utils.logging.Style}} contains the current color
style but it is package-private because Jansi specific. I think the Jansi
specific parts can be refactored into {{AnsiMessageBuilder}} so that the
{{Style}} enum can be made public and available to the Help Plugin.
> add help:color-style goal to describe styles color
> --------------------------------------------------
>
> Key: MPH-122
> URL: https://issues.apache.org/jira/browse/MPH-122
> Project: Maven Help Plugin
> Issue Type: New Feature
> Affects Versions: 2.2
> Reporter: Hervé Boutemy
>
> as discussed on users@maven ML:
> https://lists.apache.org/thread.html/09fa512d289a02c3c7d5262cbeff3285fe36e7eaa935528de69191ac@%3Cusers.maven.apache.org%3E
> bq. I vote for a help plugin goal, like help:color-style. It could show a
> brief summary and how to customize, list available settings, and print active
> settings.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)