This project currently requires the candidate to have both Maven and JDK installed on their system. Differences in the installed versions of Maven or the JDK may result in unexpected problems. Fortunately, both of these dependencies can be captured in the project using:
Full disclosure, I authored the latter.
There are of course downsides like having a wrapper command (e.g. ./jdkw-wrapper.sh ./mvnw verify).
Just a thought ;)
This project currently requires the candidate to have both Maven and JDK installed on their system. Differences in the installed versions of Maven or the JDK may result in unexpected problems. Fortunately, both of these dependencies can be captured in the project using:
Full disclosure, I authored the latter.
There are of course downsides like having a wrapper command (e.g.
./jdkw-wrapper.sh ./mvnw verify).Just a thought ;)