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

Last updated: February 05,2025

1. Install "maven-release.noarch" package

Please follow the instructions below to install maven-release.noarch on Amazon Linux 2

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

2. Uninstall "maven-release.noarch" package

Please follow the steps below to uninstall maven-release.noarch on Amazon Linux 2:

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

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

Loaded plugins: ovl, priorities
Available Packages
Name : maven-release
Arch : noarch
Version : 2.2.1
Release : 12.amzn2
Size : 13 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.