Skip to content

[MNG-7353] Add support for "mvn pluginPrefix:version:goal" #8080

@jira-importer

Description

@jira-importer

Hervé Boutemy opened MNG-7353 and commented

currently, we can run a simplified 2 parts form ```
mvn wrapper:wrapper


but if we want to specify a version, we need to switch to full 4 prts form:

mvn org.apache.maven.plugins:maven-wrapper-plugin:3.1.0-SNAPSHOT:wrapper


it would be nice to be able to write 3 parts simplified ```
mvn wrapper:3.1.0-SNAPSHOT:wrapper

Affects: 3.8.4

Remote Links:

Backported to: 4.0.0-alpha-2, 3.9.0, 3.8.8

0 votes, 6 watchers

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions