Blame SOURCES/README

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