format-preserving-encryption-java icon indicating copy to clipboard operation
format-preserving-encryption-java copied to clipboard

Add Maven Wrapper

Open dortegau opened this issue 7 years ago • 0 comments

Prerequisites

  • [X] Put an X between the brackets on this line if you have done all of the following:
    • Checked that your issue isn't already filled: https://github.com/issues?utf8=✓&q=is%3Aissue+user%3Aidealista
    • Checked that there is not already provided the described functionality

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).

dortegau avatar Jan 07 '18 15:01 dortegau