- Usage - Configuration options and additional functionality
 - Reference - An under-the-hood peek at what the module is doing and how
 
Installs maven (mvn) from Apache official binary tarball releases.
- unpacks tarballs under 
/opt/maven - creates 
/etc/profile.d/maven.sh 
None.
include mavenclasses:
  - "maven"
maven::version: "3.6.3"
maven::base_path: "/opt/maven"
maven::url: ~See REFERENCE.