How to Install and Uninstall maven-failsafe-plugin Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "maven-failsafe-plugin" package

Please follow the steps below to install maven-failsafe-plugin on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install maven-failsafe-plugin

2. Uninstall "maven-failsafe-plugin" package

Learn how to uninstall maven-failsafe-plugin on openSuSE Tumbleweed:

$ sudo zypper remove maven-failsafe-plugin

3. Information about the maven-failsafe-plugin package on openSuSE Tumbleweed

Information for package maven-failsafe-plugin:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : maven-failsafe-plugin
Version : 2.22.2-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 49.6 KiB
Installed : No
Status : not installed
Source package : maven-surefire-plugins-2.22.2-1.1.src
Upstream URL : https://maven.apache.org/surefire/
Summary : Maven plugin for running integration tests
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.

5. The same packages on other Linux Distributions