How to Install and Uninstall maven-invoker.noarch Package on Amazon Linux 2

Last updated: June 23,2024

1. Install "maven-invoker.noarch" package

Here is a brief guide to show you how to install maven-invoker.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install maven-invoker.noarch

2. Uninstall "maven-invoker.noarch" package

This tutorial shows how to uninstall maven-invoker.noarch on Amazon Linux 2:

$ sudo yum remove maven-invoker.noarch $ sudo yum autoremove

3. Information about the maven-invoker.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : maven-invoker
Arch : noarch
Version : 2.1.1
Release : 9.amzn2
Size : 37 k
Repo : amzn2-core/2/x86_64
Summary : Fires a maven build in a clean environment
URL : http://maven.apache.org/shared/maven-invoker/
License : ASL 2.0
Description : This API is concerned with firing a Maven build in a new JVM. It
: accomplishes its task by building up a conventional Maven command
: line from options given in the current request, along with those
: global options specified in the invoker itself. Once it has the
: command line, the invoker will execute it, and capture the
: resulting exit code or any exception thrown to signal a failure to
: execute. Input/output control can be specified using an
: InputStream and up to two InvocationOutputHandlers.
:
: This is a replacement package for maven-shared-invoker