maven-wrapper
maven-wrapper copied to clipboard
[MWRAPPER-45] Migrate/Sync startup scripts with Maven 4
Unassigned Developer opened MWRAPPER-45 and commented
The scripts are Maven 3 based. Maven 4 has simplified the scripts and introduced consistency improvements. We should port those over for version 4?!
Affects: 3.1.0
Issue Links:
-
MNG-7193 Introduce MAVEN_ARGS environment variable
-
MWRAPPER-99 Support MAVEN_ARGS environment variable
-
MWRAPPER-61 let mvnw call mvn directly, without maven-wrapper.jar
Remote Links:
Slawomir Jaranowski commented
Maybe better is call mvn script from distribution. There is a proposition for it - MWRAPPER-61
Jimisola Laursen commented
Just to confirm, Maven 4 has not been released yet to my knowledge. What is Maven 4 referring to?
Slawomir Jaranowski commented
I would like to promote script-only - direct calling mvn executable from target distribution.
Michael Osipov commented
sjaranowski, I support that because the scripts right now are an ancient fork.
Slawomir Jaranowski commented
Yes we should have and use only one scripts from distribution, in other case it will be difficult to provide proper script according to used Maven versions.