gnodet commented on code in PR #2380:
URL: https://github.com/apache/maven/pull/2380#discussion_r2104340608


##########
api/maven-api-core/src/main/java/org/apache/maven/api/Constants.java:
##########
@@ -462,6 +462,15 @@ public final class Constants {
     @Config(type = "java.lang.Boolean", defaultValue = "true")
     public static final String MAVEN_CONSUMER_POM = "maven.consumer.pom";
 
+    /**
+     * User property for controlling "maven modern personality". If set to 
{@code false} Maven will behave
+     * as previous major version.
+     *
+     * @since 4.0.0
+     */
+    @Config(type = "java.lang.Boolean", defaultValue = "true")
+    public static final String MAVEN_MODERN_PERSONALITY = 
"maven.modernPersonality";

Review Comment:
   Would it be more intuitive to have a config 'maven3compatibility' (I don't 
like this naming either) with a default value to 'false' ?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to