Upgrade to 4.0.0-rc-1 (fixes #1203 and #1204)

# Conflicts:
#	pom.xml
This commit is contained in:
Guillaume Nodet
2024-11-07 15:32:34 +01:00
parent 514cf3de02
commit dade78541c
15 changed files with 79 additions and 276 deletions

View File

@@ -104,7 +104,7 @@ public enum Environment {
/** Batch mode */
MAVEN_BATCH_MODE(null, null, null, OptionType.BOOLEAN, Flags.INTERNAL, "mvn:-B", "mvn:--batch-mode"),
/** Debug */
MAVEN_DEBUG(null, null, null, OptionType.BOOLEAN, Flags.INTERNAL, "mvn:-X", "mvn:--debug"),
MAVEN_DEBUG(null, null, null, OptionType.BOOLEAN, Flags.INTERNAL, "mvn:-X", "mvn:--verbose"),
/** Version */
MAVEN_VERSION(null, null, null, OptionType.BOOLEAN, Flags.INTERNAL, "mvn:-v", "mvn:-version", "mvn:--version"),
/** Show version */