Blame SOURCES/README

7b87ca
The %{scl_name} package provides Apache Maven 3.5.0 with a set of Maven
7b87ca
plugins delivered as a Software Collection. For more information
7b87ca
about Software Collections, see the scl(1) man page.
7b87ca
7b87ca
Installing the %{scl_name} Software Collection gets you Maven 3.5.0
7b87ca
with all required dependencies, including the Java Development Kit.
7b87ca
7b87ca
Usage: scl enable %{scl} 'mvn'
7b87ca
7b87ca
Software Collections allow you to build and execute applications which
7b87ca
are not located in the file system root hierarchy but instead are stored in
7b87ca
an alternative location. The location is %{_scl_root} in
7b87ca
case of the %{scl_name} Software Collection.
7b87ca
7b87ca
Maven is a software project management and comprehension tool. Based
7b87ca
on the concept of a project object model (POM), Maven can manage a
7b87ca
project's build, reporting and documentation from a central piece of
7b87ca
information.
7b87ca
7b87ca
When you want to start working with the %{scl_name} Software Collection, use the
7b87ca
scl utility to enable the scl environment. See the scl(1) man page for
7b87ca
usage.
7b87ca
7b87ca
Examples:
7b87ca
scl enable %{scl_name} 'command --arg'
7b87ca
  Run a specific command with the argument --arg from within the
7b87ca
  %{scl_name} Software Collection environment.
7b87ca
7b87ca
scl enable %{scl_name} 'mvn'
7b87ca
  Run mvn from the %{scl_name} Software Collection.
7b87ca
7b87ca
scl enable %{scl_name} bash
7b87ca
  Run an interactive shell with the %{scl_name} Software Collection
7b87ca
  enabled.
7b87ca
7b87ca
scl enable %{scl_name} 'man mvn'
7b87ca
  Show man pages for the mvn command, which is a part of the
7b87ca
  %{scl_name} Software Collection.
7b87ca
7b87ca
Report any bugs to <http://bugzilla.redhat.com>.