Nuggets of Information
From the Quagmire of My Mind...
Just somewhere to dump pearls of wisdom (and sometimes other stuff) from a old, tired nerd that's been doing DevOps and related things for FAR to long :)
Simple one - to add Maven Wrapper to existing project:
mvn -N io.takari:maven:wrapper
To specify Maven version:
mvn -N io.takari:maven:wrapper -Dmaven=3.5.2
This sets up a project specific (and packaged) Maven binary, so you don’t need Maven installed locally.