Maven
Maven is an Apache build manager, used primarily for Java projects.
Documentation
Usage
To see what versions of Maven are available type
module avail maven
To see what other modules are needed, what commands are available and how to get additional help type
module help maven
To use Maven, include a command like this in your batch script or interactive session to load the maven module:
module load maven
Be sure you also load any other modules needed, as listed by the module help maven
command.