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