Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
The --resume-from is a bit broken since Maven 3. For Maven 2 it worked fine, because dependencies needed to exist in the local repository, hence you could only do this by calling mvn install.
With Maven 3 the need for install is gone, however if you call --resume-from, its dependencies might be part of the multimodule project, but not from the reactor (these are the maven modules that are being built).
With am/-also-make it should include all required modules as well.