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

Last updated: November 27,2024

1. Install "maven-failsafe-plugin.noarch" package

This is a short guide on how to install maven-failsafe-plugin.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install maven-failsafe-plugin.noarch

2. Uninstall "maven-failsafe-plugin.noarch" package

Please follow the instructions below to uninstall maven-failsafe-plugin.noarch on Amazon Linux 2:

$ sudo yum remove maven-failsafe-plugin.noarch $ sudo yum autoremove

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

Loaded plugins: ovl, priorities
Available Packages
Name : maven-failsafe-plugin
Arch : noarch
Version : 2.15
Release : 3.amzn2
Size : 79 k
Repo : amzn2-core/2/x86_64
Summary : Maven plugin for running integration tests
URL : http://maven.apache.org/surefire/
License : ASL 2.0 and CPL
Description : The Failsafe Plugin is designed to run integration tests while the
: Surefire Plugins is designed to run unit. The name (failsafe) was
: chosen both because it is a synonym of surefire and because it
: implies that when it fails, it does so in a safe way.
:
: If you use the Surefire Plugin for running tests, then when you
: have a test failure, the build will stop at the integration-test
: phase and your integration test environment will not have been
: torn down correctly.
:
: The Failsafe Plugin is used during the integration-test and verify
: phases of the build lifecycle to execute the integration tests of
: an application. The Failsafe Plugin will not fail the build during
: the integration-test phase thus enabling the post-integration-test
: phase to execute.