Apache Maven

Introduction

Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.

Usage

Compute Systems Invocation Version(s)
Red Hat Linux (64-bit) /util/bin/mvn 3.0.4 (default)

Notes

  1. Be sure to set the following environment variables (either in your .cshrc file or from an interactive terminal session:
    
    % setenv M2_HOME /util/apache-maven
    % setenv M2 /util/apache-maven/bin
    
    

People

  1. Jon Logan, requestor.

References

  1. http://en.wikipedia.org/wiki/Apache_Maven
  2. http://maven.apache.org/