You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Slawomir Jaranowski (Jira)" <ji...@apache.org> on 2023/10/04 21:44:00 UTC

[jira] [Created] (MNG-7900) wrapper lifecycle in multi module project should be executed only in root module

Slawomir Jaranowski created MNG-7900:
----------------------------------------

             Summary: wrapper lifecycle in multi module project should be executed only in root module
                 Key: MNG-7900
                 URL: https://issues.apache.org/jira/browse/MNG-7900
             Project: Maven
          Issue Type: Bug
          Components: Plugins and Lifecycle
    Affects Versions: 4.0.0-alpha-7
            Reporter: Slawomir Jaranowski


Execute
{code:java}
mvn wrapper
{code}
should have the same result as goal:
{code:java}
mvn wrapper:wrapper
{code}



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