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

Last updated: June 26,2024

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

Please follow the guidance below to install maven-changes-plugin.noarch on Amazon Linux 2

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

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

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

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

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

Loaded plugins: ovl, priorities
Available Packages
Name : maven-changes-plugin
Arch : noarch
Version : 2.8
Release : 7.amzn2
Size : 175 k
Repo : amzn2-core/2/x86_64
Summary : Plugin to support reporting of changes between releases
URL : http://maven.apache.org/plugins/maven-changes-plugin
License : ASL 2.0
Description : This plugin is used to inform your users of the changes that have
: occurred between different releases of your project. The plugin
: can extract these changes, either from a changes.xml file or from
: the JIRA issue management system, and present them as a report.
: You also have the option of creating a release announcement and
: even sending this via email to your users.