Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.5.6, 3.1.0
-
None
Description
currently, wrapper scripts copied to user project mimic Maven scripts (search .mvn, and so on), then launch wrapper.jar: at the end, wrapper.jar calls installed Maven distribution Classworlds bootstrap to run Maven Java code
this may cause a discrepency between features supported by mvnw script vs what would have been done by installed Maven mvn scripts
for example, when/if https://github.com/apache/maven/pull/602 is done
To enforce consistency, mvnw should launch installed Maven mvn script at the end, and let it do its full work as if it had been launched
Attachments
Issue Links
- is superceded by
-
MWRAPPER-61 let mvnw call mvn directly, without maven-wrapper.jar
- Closed
- links to