I'd like to install some Java command line tools, without having to configure PATH manually. Can mvn do this? Package managers from other programming languages often offer this ability, like RubyGems and NPM.
If not, is it conventional to deploy Java command line tools through apt-get, brew, chocolatey, etc.?
