How To Install maven-changes-plugin.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install maven-changes-plugin.noarch on Amazon Linux 2.
What is maven-changes-plugin.noarch
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.
We can use yum to install maven-changes-plugin.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install maven-changes-plugin.noarch.
Install maven-changes-plugin.noarch on Amazon Linux 2 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install maven-changes-plugin.noarch using yum by running the following command:
sudo yum -y install maven-changes-plugin.noarch
How To Uninstall maven-changes-plugin.noarch on Amazon Linux 2
To uninstall only the maven-changes-plugin.noarch package we can use the following command:
sudo yum remove maven-changes-plugin.noarch
maven-changes-plugin.noarch Package Contents on Amazon Linux 2
/usr/share/doc/maven-changes-plugin-2.8
/usr/share/doc/maven-changes-plugin-2.8/LICENSE
/usr/share/doc/maven-changes-plugin-2.8/NOTICE
/usr/share/java/maven-changes-plugin
/usr/share/java/maven-changes-plugin/maven-changes-plugin.jar
/usr/share/maven-effective-poms/JPP.maven-changes-plugin-maven-changes-plugin.pom
/usr/share/maven-fragments/maven-changes-plugin.xml
/usr/share/maven-poms/JPP.maven-changes-plugin-maven-changes-plugin.pom
References
Summary
In this tutorial we learn how to install maven-changes-plugin.noarch on Amazon Linux 2 using yum.