Delany created MNG-8237:
---------------------------
Summary: Option deprecation notices cleanup
Key: MNG-8237
URL: https://issues.apache.org/jira/browse/MNG-8237
Project: Maven
Issue Type: Bug
Affects Versions: 4.0.0-beta-4
Reporter: Delany
When I run a build with the deprecated global-setting option I'm told four
times about it
{noformat}
$ ./mvnw validate -N --global-settings ~/.m2/settings.xml
Option 'gs''global-settings': Deprecated
Option 'gs''global-settings': Deprecated
Option 'gs''global-settings': Deprecated
Option 'gs''global-settings': Deprecated{noformat}
The documentation from
{noformat}
./mvnw --help{noformat}
however does not mention this
{noformat}
-gs,--global-settings <arg> Alternate path for the
global settings file{noformat}
It could rather be
{noformat}
-gs,--global-settings <arg> <deprecated> Alternate path
for the global settings file{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)