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
Hervé Boutemy opened MNG-7353 and commented
currently, we can run a simplified 2 parts form ```
mvn wrapper:wrapper
mvn org.apache.maven.plugins:maven-wrapper-plugin: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