You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hudson (Jira)" <ji...@apache.org> on 2020/06/20 21:19:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17141212#comment-17141212 ] 

Hudson commented on MNG-6863:
-----------------------------

Build succeeded in Jenkins: Maven TLP » maven » master #433

See https://builds.apache.org/job/maven-box/job/maven/job/master/433/

> --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: 3.7.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.3.4#803005)