mirror of
https://github.com/apache/maven-mvnd.git
synced 2026-01-13 07:04:14 +08:00
Add the --color option as an alias to -Dstyle.color, fixes #376
This commit is contained in:
@@ -107,7 +107,7 @@ public enum Environment {
|
||||
/** Define */
|
||||
MAVEN_DEFINE(null, null, null, OptionType.STRING, Flags.INTERNAL, "mvn:-D", "mvn:--define"),
|
||||
/** Whether the output should be styled using ANSI color codes; possible values: auto, always, never */
|
||||
MAVEN_COLOR("style.color", null, "auto", OptionType.STRING, Flags.OPTIONAL),
|
||||
MAVEN_COLOR("style.color", null, "auto", OptionType.STRING, Flags.OPTIONAL, "mvnd:--color"),
|
||||
|
||||
//
|
||||
// mvnd properties
|
||||
|
||||
Reference in New Issue
Block a user