Setup maven for development

webdev-setup-tools-maven
========================
This is a plugin for webdev-setup-tools .
npm install webdev-setup-tools-maven --save
This plugin determines the packages to install from the "web-dev-setup-tools" field in the package.json your project root.
This field typically has the following syntax:
``sh`
"web-dev-setup-tools": {
"maven": "3.5.0",
// other packages to install ...
}Usage
Download, install, and configure maven for development
`sh`
let setup_tools = require('webdev-setup-tools-maven');
setup_tools.installMaven();
* 1.0.0 Initial release