-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major
-
Component/s: maven-plugin
-
None
Given a maven multimodule project with multiple levels:
top * moduleA * moduleAA * moduleAB * moduleB
If a changeset impacts files in moduleAA and moduleB, then moduleA, moduleAA and moduleB are passed to the Maven command, when moduleA should not. This leads to longer build times than necessary
I have fixed the issue here, and will have a pull request ready soon.