[
https://issues.apache.org/jira/browse/MNG-7672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17681226#comment-17681226
]
ASF GitHub Bot commented on MNG-7672:
-------------------------------------
cstamas commented on PR #968:
URL: https://github.com/apache/maven/pull/968#issuecomment-1406165373
Interesting fact; this PR fixes code added to Maven 3.0-RC1 (!!!) but the
Javadoc for aggregator says literally this what this PR introduces (so the two
was not aligned since 3.0-RC1):
https://maven.apache.org/ref/3.8.7/maven-plugin-api/apidocs/org/apache/maven/plugin/descriptor/MojoDescriptor.html#isAggregator--
> Aggregate goals executed in a submodule forks the whole reactor
> ---------------------------------------------------------------
>
> Key: MNG-7672
> URL: https://issues.apache.org/jira/browse/MNG-7672
> Project: Maven
> Issue Type: Bug
> Components: Plugins and Lifecycle
> Reporter: Guillaume Nodet
> Assignee: Guillaume Nodet
> Priority: Major
> Fix For: 3.8.x-candidate, 3.9.0, 4.0.0-alpha-4
>
>
> An aggregate goal executed in a given module should only fork the current
> project and its submodules, not the entire reactor.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)