Herve Boutemy created MNG-7353:
----------------------------------
Summary: add support for "mvn plugin:version:goal"
Key: MNG-7353
URL: https://issues.apache.org/jira/browse/MNG-7353
Project: Maven
Issue Type: New Feature
Components: Command Line
Affects Versions: 3.8.4
Reporter: Herve Boutemy
Fix For: 4.0.x-candidate
currently, we can run a simplified form {noformat}mvn wrapper:wrapper{noformat}
but if we want to specify a version, we need to switch to full form:
{noformat}mvn
org.apache.maven.plugins:maven-wrapper-plugin:3.1.0-SNAPSHOT:wrapper{noformat}
it would be nice to be able to write {noformat}mvn
wrapper:3.1.0-SNAPSHOT:wrapper{noformat}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)