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

Last updated: February 06,2025

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

In this section, we are going to explain the necessary steps to install maven-release-plugin.noarch on Amazon Linux 2

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

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

Here is a brief guide to show you how to uninstall maven-release-plugin.noarch on Amazon Linux 2:

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

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

Loaded plugins: ovl, priorities
Available Packages
Name : maven-release-plugin
Arch : noarch
Version : 2.2.1
Release : 12.amzn2
Size : 54 k
Repo : amzn2-core/2/x86_64
Summary : Release a project updating the POM and tagging in the SCM
URL : http://maven.apache.org/plugins/maven-release-plugin/
License : ASL 2.0
Description : This plugin is used to release a project with Maven, saving a lot
: of repetitive, manual work. Releasing a project is made in two
: steps: prepare and perform.