michael-o commented on a change in pull request #429:
URL: https://github.com/apache/maven/pull/429#discussion_r567249819
##########
File path: maven-core/src/main/java/org/apache/maven/DefaultMaven.java
##########
@@ -493,22 +505,88 @@ private void
validatePrerequisitesForNonMavenPluginProjects( List<MavenProject>
}
}
- private void validateActivatedProfiles( List<MavenProject> projects,
List<String> activeProfileIds )
+ /**
+ * Get all profiles that are detected in either the projects, any parent
of the projects or the settings.
Review comment:
@elharo Your help is needed, this sentence doesn't sound like proper
English. It should rather read: "Get all profiles which are neither detected in
the project, any parent of the projects, nor the settings." WDYT?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]