You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (Jira)" <ji...@apache.org> on 2023/02/17 22:56:00 UTC

[jira] [Commented] (MNG-7353) Add support for "mvn pluginPrefix:version:goal"

    [ https://issues.apache.org/jira/browse/MNG-7353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17690648#comment-17690648 ] 

Michael Osipov commented on MNG-7353:
-------------------------------------

Fixed with [5c0315193900bc2616aa943e07d086f967ef0b4b|https://gitbox.apache.org/repos/asf?p=maven.git&a=commit&h=5c0315193900bc2616aa943e07d086f967ef0b4b] for {{maven-3.8.x}} branch.

> Add support for "mvn pluginPrefix: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
>            Assignee: Herve Boutemy
>            Priority: Major
>             Fix For: 3.9.0, 4.0.0-alpha-2, 4.0.0, 3.8.8
>
>
> currently, we can run a simplified 2 parts form {noformat}mvn wrapper:wrapper{noformat}
> but if we want to specify a version, we need to switch to full 4 prts 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 3 parts simplified {noformat}mvn wrapper:3.1.0-SNAPSHOT:wrapper{noformat}



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