How To Install maven-clean-plugin.noarch on Amazon Linux 2
In this tutorial we learn how to install maven-clean-plugin.noarch in Amazon Linux 2. maven-clean-plugin.noarch is Maven Clean Plugin
Introduction
In this tutorial we learn how to install maven-clean-plugin.noarch on Amazon Linux 2.
What is maven-clean-plugin.noarch
The Maven Clean Plugin is a plugin that removes files generated at build-time in a project’s directory.
We can use yum to install maven-clean-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-clean-plugin.noarch.
Install maven-clean-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-clean-plugin.noarch using yum by running the following command:
sudo yum -y install maven-clean-plugin.noarch
How To Uninstall maven-clean-plugin.noarch on Amazon Linux 2
To uninstall only the maven-clean-plugin.noarch package we can use the following command:
sudo yum remove maven-clean-plugin.noarch
maven-clean-plugin.noarch Package Contents on Amazon Linux 2
/usr/share/doc/maven-clean-plugin-2.5
/usr/share/doc/maven-clean-plugin-2.5/LICENSE
/usr/share/doc/maven-clean-plugin-2.5/NOTICE
/usr/share/java/maven-clean-plugin
/usr/share/java/maven-clean-plugin/maven-clean-plugin.jar
/usr/share/maven-effective-poms/JPP.maven-clean-plugin-maven-clean-plugin.pom
/usr/share/maven-fragments/maven-clean-plugin.xml
/usr/share/maven-poms/JPP.maven-clean-plugin-maven-clean-plugin.pom
References
Summary
In this tutorial we learn how to install maven-clean-plugin.noarch on Amazon Linux 2 using yum.