nmadhok / maven-formula

A minimalistic way to install just the maven distribution without any dependencies

Home Page:http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

maven-formula

No maven package is currently available for CentOS, installing maven on a minimal Fedora 20 system will add no less than 152 dependencies! This formula pulls the official Apache Maven tarball and installs it. There are no dependencies even though you will need a JVM installed to run maven in the end.

Available states

Downloads the tarball from maven:source_url and unpacks it. It will also configure an alternatives path. The current default is maven:version of 3.1.1

Adds /etc/profile.d/mvn.sh, this will add M2_HOME and the mvn M2_HOME/bin to the PATH of any user.

Please see the pillar.example for configuration.

About

A minimalistic way to install just the maven distribution without any dependencies

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html

License:Other