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)