The maven30 package provides Apache Maven 3.0.5 with a set of Maven
plugins delivered as a Software Collection. For more information
about Software Collections, see the scl(1) man page.

Installing the maven30 Software Collection gets you Maven 3.0.5
with all required dependencies, including the Java Development Kit.

Usage: scl enable maven30 'mvn'

Software Collections allow you to build and execute applications which
are not located in the file system root hierarchy but instead are stored in
an alternative location. The location is /opt/rh/maven30/root in
case of the maven30 Software Collection.

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.

When you want to start working with the maven30 Software Collection, use the
scl utility to enable the scl environment. See the scl(1) man page for
usage.

Examples:
scl enable maven30 'command --arg'
  Run a specific command with the argument --arg from within the
  maven30 Software Collection environment.

scl enable maven30 'mvn'
  Run mvn from the maven30 Software Collection.

scl enable maven30 bash
  Run an interactive shell with the maven30 Software Collection
  enabled.

scl enable maven30 'man mvn'
  Show man pages for the mvn command, which is a part of the
  maven30 Software Collection.

Report any bugs to <http://bugzilla.redhat.com>.
