Chadi created MNG-7026:
--------------------------
Summary: Ability to only build direct dependants
Key: MNG-7026
URL: https://issues.apache.org/jira/browse/MNG-7026
Project: Maven
Issue Type: New Feature
Components: Command Line, core
Affects Versions: 3.6.3
Reporter: Chadi
We are an organization with a large reactor. When we update a project X, we
would like to have the possibility to compile the artifacts that directly
depend on X, without having to recompile everything.
The fix itself is trivial and consists of traversing in non-recursive mode. I
can prepare a PR if you are OK with the request.
Its activation could be done using a flag such as '-amdd', or
'--also-make-direct-dependents', or maybe '--also-make-dependents=direct'
What do you think?
--
This message was sent by Atlassian Jira
(v8.3.4#803005)