> I assume it should only build *direct* descendants, in the dependency > hierarchy. Mine however seems to be building both direct descendants > and their cousins, for some reason. > > > >>mvn reactor:resume -Dfrom=updatemigrationdb
To answer my own question, the correct command is... > mvn reactor:make-dependents -Dmake.folders=updatemigrationdb reactor:resume only resumes building *all* projects half way through (like a breadth-first search) whereas make-dependents only makes direct children, like a sub-tree. The reactor plugin was just what I needed (though a bit buggy on windows). Thanks! -r --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
