The rh-maven35 package provides Apache Maven 3.5.0 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 rh-maven35 Software Collection gets you Maven 3.5.0
with all required dependencies, including the Java Development Kit.

Usage: scl enable rh-maven35 '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/rh-maven35/root in
case of the rh-maven35 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 rh-maven35 Software Collection, use the
scl utility to enable the scl environment. See the scl(1) man page for
usage.

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

scl enable rh-maven35 'mvn'
  Run mvn from the rh-maven35 Software Collection.

scl enable rh-maven35 bash
  Run an interactive shell with the rh-maven35 Software Collection
  enabled.

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

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