[
https://issues.apache.org/jira/browse/MNG-7893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17767717#comment-17767717
]
ASF GitHub Bot commented on MNG-7893:
-------------------------------------
cstamas commented on code in PR #1253:
URL: https://github.com/apache/maven/pull/1253#discussion_r1333571341
##########
maven-core/src/main/java/org/apache/maven/DefaultMaven.java:
##########
@@ -495,6 +495,7 @@ private void
validatePrerequisitesForNonMavenPluginProjects(List<MavenProject> p
* @return A {@link Set} of profile identifiers, never {@code null}.
*/
private Set<String> getAllProfiles(MavenSession session) {
+ // TODO: which version of super pom should we use here ?
Review Comment:
Maybe the same version that project uses? But: what happens if reactor has
multiple versions (not same)?
> Allow versioning the superpom according to the model version
> ------------------------------------------------------------
>
> Key: MNG-7893
> URL: https://issues.apache.org/jira/browse/MNG-7893
> Project: Maven
> Issue Type: New Feature
> Reporter: Guillaume Nodet
> Assignee: Guillaume Nodet
> Priority: Major
> Fix For: 4.0.0-alpha-8
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)