Installs and configures maven.
- Centos 6.4
- Ubuntu 12.4
See attributes/default.rb
for default values
node[:maven][:version]
- Specifies the version of maven to install.node[:maven][:path]
- Path to use for installationnode[:maven][:owner]
- Owner of maven directorynode[:maven][:group]
= Group of maven directorynode[:maven][:mode]
= Mode of maven directorynode[:maven][:file_name]
= File name of maven binary to downloadnode[:maven][:archive]
= File name of maven binary including extensionnode[:maven][:tar_path]
= Location to download the:tar_path
tonode[:maven][:install_path]
= Location of untarred binarynode[:maven][:symlink_path]
= Path of symlinknode[:maven][:source_url]
= Specifies full URL to download archive
Installs and configures maven.
Copyright (c) Rally Software Development Corp. 2013
Distributed under the MIT License.