jglick commented on code in PR #11347:
URL: https://github.com/apache/maven/pull/11347#discussion_r2546118872


##########
api/maven-api-core/src/main/java/org/apache/maven/api/Constants.java:
##########
@@ -463,6 +463,18 @@ 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 consumer POM flattening behavior.
+     * When set to <code>true</code> (default), consumer POMs are flattened by 
removing
+     * dependency management and keeping only direct dependencies with 
transitive scopes.
+     * When set to <code>false</code>, consumer POMs preserve dependency 
management

Review Comment:
   This says `true` is the default, but the code and the PR description says 
`false` is the default…?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to