cstamas commented on code in PR #1569:
URL: https://github.com/apache/maven/pull/1569#discussion_r1632812563
##########
maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java:
##########
@@ -816,6 +817,15 @@ private Model readEffectiveModel(
// profile activation
profileActivationContext.setProjectProperties(modelv4.getProperties());
+ // profile check
+ HashSet<String> profileIds = new HashSet<>();
Review Comment:
I like these changes (having _validation in validator_), so am tempted to
introduce this change in 3.9 line as well...
--
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]