Prerequisites
Description
Add Maven Wrapper (https://github.com/takari/maven-wrapper) to integrate Maven and avoid the need to have and specific version of Maven installed
Expected behavior:
Execute Maven goals using the embedded Maven Wrapper:
$ ./mvnw test
Actual behavior:
Actually requires an external installation of Maven with a specific version (Maven 3.3.3 or higher).
Prerequisites
Description
Add Maven Wrapper (https://github.com/takari/maven-wrapper) to integrate Maven and avoid the need to have and specific version of Maven installed
Expected behavior:
Execute Maven goals using the embedded Maven Wrapper:
$ ./mvnw testActual behavior:
Actually requires an external installation of Maven with a specific version (Maven 3.3.3 or higher).