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:03 UTC

[jira] [Updated] (MNG-6118) Allow resolving inter-module dependencies when using --file

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

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

> Allow resolving inter-module dependencies when using --file
> -----------------------------------------------------------
>
>                 Key: MNG-6118
>                 URL: https://issues.apache.org/jira/browse/MNG-6118
>             Project: Maven
>          Issue Type: Improvement
>          Components: Command Line, Plugins and Lifecycle
>            Reporter: Robert Scholte
>            Assignee: Martin Kanters
>            Priority: Major
>             Fix For: 4.0.0-alpha-1, 4.0.0-alpha-2, 4.0.0
>
>
> Suppose we have a multimodule which results in a war. In the end we want to run this war in a container like jetty. Up until now the {{jetty:run}} is executed on every module, which doesn't make sense for the other modules.
> This is just one of several examples where you want to control on which module to execute a specific goal. In case of wars, the plugin could check for the packaging type, but in case of jars this won't work.
> There should be a generic solution to mark goals for a specific module.



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