You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Guillaume Nodet (Jira)" <ji...@apache.org> on 2022/10/20 08:11:02 UTC

[jira] [Updated] (MNG-6863) --also-make is being ignored when calling --resume-from

     [ https://issues.apache.org/jira/browse/MNG-6863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet updated MNG-6863:
---------------------------------
    Fix Version/s: 4.0.0-alpha-2

> --also-make is being ignored when calling --resume-from
> -------------------------------------------------------
>
>                 Key: MNG-6863
>                 URL: https://issues.apache.org/jira/browse/MNG-6863
>             Project: Maven
>          Issue Type: Improvement
>          Components: Command Line
>            Reporter: Robert Scholte
>            Assignee: Robert Scholte
>            Priority: Minor
>             Fix For: 4.0.0-alpha-1, 4.0.0-alpha-2, 4.0.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)