mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-27 16:08:21 +00:00
Add a simple command option to toggle maven-like behavior, fixes #248
This commit is contained in:
@@ -50,6 +50,8 @@ public enum Environment {
|
||||
STATUS(null, null, null, OptionType.VOID, Flags.OPTIONAL, "--status"),
|
||||
/** Stop all daemon instances registered in the registry specified by <code>mvnd.registry</code> */
|
||||
STOP(null, null, null, OptionType.VOID, Flags.OPTIONAL, "--stop"),
|
||||
/** Use one thread, no log buffering and the default project builder to behave like a standard maven */
|
||||
SERIAL("mvnd.serial", null, Boolean.FALSE, OptionType.BOOLEAN, Flags.OPTIONAL, "--serial"),
|
||||
|
||||
//
|
||||
// Log properties
|
||||
|
Reference in New Issue
Block a user